++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Africa/Malabo
Choosen random timezone Africa/Malabo
+ echo 'Choosen random timezone Africa/Malabo'
+ ln -snf /usr/share/zoneinfo/Africa/Malabo /etc/localtime
+ echo Africa/Malabo
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-client (24.3.18.10426.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10426.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=48439296
+ sed --follow-symlinks -i 's|[[:digit:]]\+|48439296|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=4515840
+ sed --follow-symlinks -i 's|[[:digit:]]\+|4515840|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
Adding azure configuration
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ ./minio server --address :11111 ./minio_data
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:45359 http://127.0.0.1:45359
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (45359), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./18471E8C7FD1CFFD95b37813-154c-4fbf-b229-471db1260676
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 259 root 10u IPv6 35899 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 78.17 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 62.51 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 28.58 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.44 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.03 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.32 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 4.04 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Jun 8 17:35 .
drwxr-xr-x 1 root root 4.0K Jun 8 17:35 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 17:20 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Jun 8 17:35 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Jun 8 17:35 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Jun 8 17:35 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Jun 8 17:35 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8.6K Jun 8 17:20 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 8 17:35 dev
-rwxr-xr-x 1 root root 0 Jun 8 17:35 .dockerenv
drwxr-xr-x 1 root root 4.0K Jun 8 17:35 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K Jun 8 17:36 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Jun 8 17:35 package_folder
dr-xr-xr-x 307 root root 0 Jun 8 17:35 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Jun 8 17:36 root
drwxr-xr-x 1 root root 4.0K Jun 8 17:35 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 17:35 sys
drwxrwxr-x 2 1000 1000 4.0K Jun 8 17:35 test_output
drwxrwxrwt 1 root root 4.0K Jun 8 17:35 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 540 clickhouse 322u IPv4 32130 0t0 TCP localhost:12222 (LISTEN)
java 540 clickhouse 544u IPv4 30531 0t0 TCP localhost:53434->localhost:12222 (ESTABLISHED)
java 540 clickhouse 545u IPv4 37909 0t0 TCP localhost:12222->localhost:53434 (ESTABLISHED)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
File /tmp/export-logs-config.sh does not exist, do not setup
+ set +x
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [08/Jun/2025:16:36:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:36:32 +0000] "PUT /devstoreaccount1/cont/fzxukyifewzbkbzhyybasafynhmeipbi?blockid=myxtsrptpshtbvpojrgfkxjcdbumvbskwsubknmuugvhpfjtxiwwxzhlsfydppqd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:36:32 +0000] "PUT /devstoreaccount1/cont/fzxukyifewzbkbzhyybasafynhmeipbi?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:36:32 +0000] "GET /devstoreaccount1/cont/fzxukyifewzbkbzhyybasafynhmeipbi HTTP/1.1" 206 4
127.0.0.1 - - [08/Jun/2025:16:36:32 +0000] "GET /devstoreaccount1/cont/fzxukyifewzbkbzhyybasafynhmeipbi HTTP/1.1" 206 2
127.0.0.1 - - [08/Jun/2025:16:36:32 +0000] "DELETE /devstoreaccount1/cont/fzxukyifewzbkbzhyybasafynhmeipbi HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 728
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 2 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ ts '%Y-%m-%d %H:%M:%S'
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 2 --run-by-hash-total 6 --report-logs-stats
+ tee -a test_output/test_result.txt
2025-06-08 17:37:12 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-06-08 17:37:12 Connecting to ClickHouse server... OK
2025-06-08 17:37:12 Connected to server 24.3.18.10426.altinitystable @ ef8a945bc84037671dd803577841a5e1563cec6e HEAD
2025-06-08 17:37:13 Found 964 parallel tests and 94 sequential tests
2025-06-08 17:37:13
2025-06-08 17:37:13 Running about 120 stateless tests (ForkPoolWorker-8).
2025-06-08 17:37:13
2025-06-08 17:37:13 03205_system_sync_replica_format: [ OK ] 0.62 sec.
2025-06-08 17:37:14
2025-06-08 17:37:14 Running about 120 stateless tests (ForkPoolWorker-2).
2025-06-08 17:37:14
2025-06-08 17:37:14 03352_distinct_sorted_bug: [ OK ] 0.64 sec.
2025-06-08 17:37:14
2025-06-08 17:37:14 Running about 120 stateless tests (ForkPoolWorker-4).
2025-06-08 17:37:14
2025-06-08 17:37:14 03289_explain_syntax_statistics: [ OK ] 0.68 sec.
2025-06-08 17:37:14
2025-06-08 17:37:14 Running about 120 stateless tests (ForkPoolWorker-5).
2025-06-08 17:37:14
2025-06-08 17:37:14 03228_variant_permutation_issue: [ OK ] 0.86 sec.
2025-06-08 17:37:14
2025-06-08 17:37:14 Running about 120 stateless tests (ForkPoolWorker-7).
2025-06-08 17:37:14
2025-06-08 17:37:14 03290_final_collapsing: [ OK ] 1.27 sec.
2025-06-08 17:37:14 03196_max_intersections_arena_crash: [ OK ] 0.69 sec.
2025-06-08 17:37:14 03167_parametrized_view_with_cte: [ OK ] 0.70 sec.
2025-06-08 17:37:14 03166_mv_prewhere_duplicating_name_bug: [ OK ] 0.72 sec.
2025-06-08 17:37:15 03033_final_undefined_last_mark: [ OK ] 0.41 sec.
2025-06-08 17:37:15 03131_rewrite_sum_if_nullable: [ OK ] 1.10 sec.
2025-06-08 17:37:15 03093_bug_gcd_codec: [ OK ] 1.11 sec.
2025-06-08 17:37:16
2025-06-08 17:37:16 Running about 120 stateless tests (ForkPoolWorker-3).
2025-06-08 17:37:16
2025-06-08 17:37:16 03262_udf_in_constraint: [ OK ] 2.96 sec.
2025-06-08 17:37:16 03144_alter_column_and_read: [ OK ] 0.81 sec.
2025-06-08 17:37:16
2025-06-08 17:37:16 Running about 120 stateless tests (ForkPoolWorker-9).
2025-06-08 17:37:16
2025-06-08 17:37:16 03215_validate_type_in_alter_add_modify_column: [ OK ] 3.13 sec.
2025-06-08 17:37:16
2025-06-08 17:37:16 Running about 120 stateless tests (ForkPoolWorker-6).
2025-06-08 17:37:16
2025-06-08 17:37:16 03209_parameterized_view_with_non_literal_params: [ OK ] 3.29 sec.
2025-06-08 17:37:16 03015_with_fill_invalid_expression: [ OK ] 0.90 sec.
2025-06-08 17:37:17 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.79 sec.
2025-06-08 17:37:17 03011_adaptative_timeout_compatibility: [ OK ] 0.65 sec.
2025-06-08 17:37:17 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 0.78 sec.
2025-06-08 17:37:17 03010_sum_to_to_count_if_nullable: [ OK ] 0.84 sec.
2025-06-08 17:37:17 03018_external_with_complex_data_types: [ OK ] 1.95 sec.
2025-06-08 17:37:18 03008_index_small: [ OK ] 0.85 sec.
2025-06-08 17:37:18 03005_input_function_in_join: [ OK ] 0.71 sec.
2025-06-08 17:37:18 03002_modify_query_cte: [ OK ] 0.98 sec.
2025-06-08 17:37:19 02999_analyzer_preimage_null: [ OK ] 0.73 sec.
2025-06-08 17:37:19 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:37:19 03020_long_values_pretty_are_not_cut_if_single: [ OK ] 3.97 sec.
2025-06-08 17:37:19 03008_filter_projections_non_deterministoc_functions: [ OK ] 2.76 sec.
2025-06-08 17:37:20 02999_ulid_short_circuit: [ OK ] 0.94 sec.
2025-06-08 17:37:20 03009_format_show_database: [ OK ] 3.33 sec.
2025-06-08 17:37:21 02991_count_rewrite_analyzer: [ OK ] 0.76 sec.
2025-06-08 17:37:21 03006_async_insert_deadlock_log: [ OK ] 3.84 sec.
2025-06-08 17:37:22 02990_optimize_uniq_to_count_alias: [ OK ] 1.72 sec.
2025-06-08 17:37:22 02998_to_milliseconds: [ OK ] 3.63 sec.
2025-06-08 17:37:23 02992_all_columns_should_have_comment: [ OK ] 3.14 sec.
2025-06-08 17:37:24 02988_ordinary_database_warning: [ OK ] 1.19 sec.
2025-06-08 17:37:24 02990_arrayFold_nullable_lc: [ OK ] 3.72 sec.
2025-06-08 17:37:27 02989_variant_comparison: [ OK ] 4.65 sec.
2025-06-08 17:37:30 02989_replicated_merge_tree_invalid_metadata_version: [ OK ] 7.07 sec.
2025-06-08 17:37:30 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 2.22 sec.
2025-06-08 17:37:30 03002_filter_skip_virtual_columns_with_non_deterministic_functions: [ OK ] 12.46 sec.
2025-06-08 17:37:30 02972_to_string_nullable_timezone: [ OK ] 0.74 sec.
2025-06-08 17:37:31 02969_analyzer_eliminate_injective_functions: [ OK ] 0.85 sec.
2025-06-08 17:37:32 02994_merge_tree_mutations_cleanup: [ OK ] 12.68 sec.
2025-06-08 17:37:32 02983_empty_map: [ OK ] 6.89 sec.
2025-06-08 17:37:33 02968_url_args: [ OK ] 0.89 sec.
2025-06-08 17:37:33 02969_archive_seek: [ OK ] 2.06 sec.
2025-06-08 17:37:33 03199_unbin_buffer_overflow: [ OK ] 20.00 sec.
2025-06-08 17:37:34 02961_analyzer_low_cardinality_fuzzer: [ OK ] 1.06 sec.
2025-06-08 17:37:34 02956_fix_to_start_of_milli_microsecond: [ OK ] 0.88 sec.
2025-06-08 17:37:35 02953_slow_create_view: [ OK ] 0.99 sec.
2025-06-08 17:37:35 02952_archive_parsing: [ OK ] 0.96 sec.
2025-06-08 17:37:35 02949_parallel_replicas_scalar_subquery_big_integer: [ OK ] 0.78 sec.
2025-06-08 17:37:36 02952_clickhouse_local_query_parameters_cli: [ OK ] 1.78 sec.
2025-06-08 17:37:36 02946_literal_alias_misclassification: [ OK ] 0.94 sec.
2025-06-08 17:37:37 02993_lazy_index_loading: [ OK ] 17.75 sec.
2025-06-08 17:37:38 02940_json_array_of_unnamed_tuples_inference: [ OK ] 0.67 sec.
2025-06-08 17:37:38 02972_parallel_replicas_cte: [ OK ] 8.49 sec.
2025-06-08 17:37:38 02941_projections_external_aggregation: [ OK ] 2.81 sec.
2025-06-08 17:37:41 02967_parallel_replicas_joins_and_analyzer: [ OK ] 8.91 sec.
2025-06-08 17:37:41 02935_format_with_arbitrary_types: [ OK ] 2.89 sec.
2025-06-08 17:37:49 02932_idna: [ OK ] 8.53 sec.
2025-06-08 17:37:50 02933_sqid: [ OK ] 11.60 sec.
2025-06-08 17:37:52 02932_group_by_null_fuzzer: [ OK ] 1.86 sec.
2025-06-08 17:37:52 02932_parallel_replicas_fuzzer: [ OK ] 2.64 sec.
2025-06-08 17:37:53 02931_ubsan_error_arena_aligned_alloc: [ OK ] 0.91 sec.
2025-06-08 17:37:54 02923_cte_equality_disjunction: [ OK ] 0.95 sec.
2025-06-08 17:37:55 02923_join_use_nulls_modulo: [ OK ] 0.90 sec.
2025-06-08 17:37:55 02931_file_cluster: [ OK ] 2.97 sec.
2025-06-08 17:37:56 02921_bit_hamming_distance_big_int: [ OK ] 0.88 sec.
2025-06-08 17:37:57 02933_group_by_memory_usage: [ OK ] 18.64 sec.
2025-06-08 17:37:57 02921_fuzzbits_with_array_join: [ OK ] 0.72 sec.
2025-06-08 17:37:58 02922_respect_nulls_Nullable: [ OK ] 2.46 sec.
2025-06-08 17:37:58 02920_rename_column_of_skip_indices: [ OK ] 1.08 sec.
2025-06-08 17:37:59 02920_alter_column_of_projections: [ OK ] 2.15 sec.
2025-06-08 17:38:00 02918_optimize_count_for_merge_tables: [ OK ] 1.45 sec.
2025-06-08 17:38:01 02918_template_format_deadlock: [ OK ] 1.93 sec.
2025-06-08 17:38:04 02918_multif_for_nullable: [ OK ] 4.13 sec.
2025-06-08 17:38:05 02912_group_array_sample: [ OK ] 0.77 sec.
2025-06-08 17:38:05 02969_auto_format_detection: [ OK ] 34.57 sec.
2025-06-08 17:38:06 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 8.61 sec.
2025-06-08 17:38:06 02911_arrow_large_list: [ OK ] 1.82 sec.
2025-06-08 17:38:07 02911_system_symbols: [ OK ] 1.65 sec.
2025-06-08 17:38:08 02911_cte_invalid_query_analysis: [ OK ] 1.17 sec.
2025-06-08 17:38:09 02907_clickhouse_dictionary_bug: [ OK ] 2.20 sec.
2025-06-08 17:38:10 02906_flatten_only_true_nested: [ OK ] 0.97 sec.
2025-06-08 17:38:10 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 2.33 sec.
2025-06-08 17:38:10 02915_lazy_loading_of_base_backups: [ OK ] 9.45 sec.
2025-06-08 17:38:11 02902_add_scalar_in_all_case: [ OK ] 0.86 sec.
2025-06-08 17:38:11 02902_topKGeneric_deserialization_memory: [ OK ] 0.93 sec.
2025-06-08 17:38:14 02904_empty_order_by_with_setting_enabled: [ OK ] 4.10 sec.
2025-06-08 17:38:14 02941_variant_type_1: [ OK ] 38.15 sec.
2025-06-08 17:38:14 02900_issue_55858: [ OK ] 2.98 sec.
2025-06-08 17:38:15 02893_bad_sample_view: [ OK ] 0.83 sec.
2025-06-08 17:38:15 02896_cyclic_aliases_crash: [ OK ] 1.34 sec.
2025-06-08 17:38:16 02891_alter_update_adaptive_granularity: [ OK ] 0.89 sec.
2025-06-08 17:38:16 02889_print_pretty_type_names: [ OK ] 0.83 sec.
2025-06-08 17:38:17 02887_tuple_element_distributed: [ OK ] 0.74 sec.
2025-06-08 17:38:17 02887_format_readable_timedelta_subseconds: [ OK ] 1.22 sec.
2025-06-08 17:38:18 02894_ast_depth_check: [ OK ] 3.43 sec.
2025-06-08 17:38:18 02884_duplicate_index_name: [ OK ] 0.84 sec.
2025-06-08 17:38:18 02886_missed_json_subcolumns: [ OK ] 1.22 sec.
2025-06-08 17:38:19 02882_primary_key_index_in_function_different_types: [ OK ] 1.25 sec.
2025-06-08 17:38:19 02880_indexHint__partition_id: [ OK ] 0.88 sec.
2025-06-08 17:38:20 02875_json_array_as_string: [ OK ] 0.70 sec.
2025-06-08 17:38:20 02875_final_invalid_read_ranges_bug: [ OK ] 1.36 sec.
2025-06-08 17:38:21 02907_preferred_optimize_projection_name: [ OK ] 14.47 sec.
2025-06-08 17:38:22 02941_variant_type_2: [ OK ] 46.73 sec.
2025-06-08 17:38:23 02875_parallel_replicas_cluster_all_replicas: [ OK ] 2.65 sec.
2025-06-08 17:38:23 02874_analysis_of_variance_overflow: [ OK ] 0.98 sec.
2025-06-08 17:38:23 02900_buffer_table_alter_race: [ OK ] 12.00 sec.
2025-06-08 17:38:24 02869_unicode_minus: [ OK ] 0.65 sec.
2025-06-08 17:38:24 02987_group_array_intersect: [ OK ] 59.69 sec.
2025-06-08 17:38:25 02874_toDaysSinceYearZero: [ OK ] 3.20 sec.
2025-06-08 17:38:25 02877_optimize_read_in_order_from_view: [ OK ] 6.58 sec.
2025-06-08 17:38:25 02875_merge_engine_set_index: [ OK ] 4.86 sec.
2025-06-08 17:38:25 02868_select_support_from_keywords: [ OK ] 0.84 sec.
2025-06-08 17:38:26 02869_http_headers_elapsed_ns: [ OK ] 1.40 sec.
2025-06-08 17:38:26 02861_interpolate_alias_precedence: [ OK ] 0.78 sec.
2025-06-08 17:38:26 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 0.96 sec.
2025-06-08 17:38:31 02861_join_on_nullsafe_compare: [ OK ] 6.02 sec.
2025-06-08 17:38:31 02845_table_function_hdfs_filter_by_virtual_columns: [ OK ] 5.24 sec.
2025-06-08 17:38:32 02864_filtered_url_with_globs: [ OK ] 7.01 sec.
2025-06-08 17:38:32 02873_s3_presigned_url_and_url_with_special_characters: [ OK ] 9.42 sec.
2025-06-08 17:38:33 02842_suggest_http_page_in_error_message: [ OK ] 1.35 sec.
2025-06-08 17:38:34 02841_join_filter_set_sparse: [ OK ] 1.37 sec.
2025-06-08 17:38:34 02861_alter_replace_partition_do_not_wait_mutations_on_unrelated_partitions: [ OK ] 8.27 sec.
2025-06-08 17:38:35 02841_tuple_modulo: [ OK ] 0.72 sec.
2025-06-08 17:38:36 02842_mutations_replace_non_deterministic: [ OK ] 4.45 sec.
2025-06-08 17:38:36 02841_not_ready_set_constraints: [ OK ] 1.76 sec.
2025-06-08 17:38:37 02840_grace_hash_join_structure_mismatch: [ OK ] 0.92 sec.
2025-06-08 17:38:37 02841_parallel_replicas_summary: [ OK ] 4.58 sec.
2025-06-08 17:38:37 02932_refreshable_materialized_views: [ OK ] 56.38 sec.
2025-06-08 17:38:38 02834_formats_with_variable_number_of_columns: [ OK ] 1.10 sec.
2025-06-08 17:38:38 02833_std_alias: [ OK ] 0.84 sec.
2025-06-08 17:38:38 02872_null_as_default_nested: [ OK ] 14.50 sec.
2025-06-08 17:38:39 02841_not_ready_set_bug: [ OK ] 4.86 sec.
2025-06-08 17:38:39 02815_first_line: [ OK ] 0.86 sec.
2025-06-08 17:38:39 02815_range_dict_no_direct_join: [ OK ] 1.65 sec.
2025-06-08 17:38:39 02813_any_value: [ OK ] 0.70 sec.
2025-06-08 17:38:39 02815_logical_error_cannot_get_column_name_of_set: [ OK ] 1.47 sec.
2025-06-08 17:38:40 02813_float_parsing: [ OK ] 0.66 sec.
2025-06-08 17:38:40 02842_one_input_format: [ OK ] 8.41 sec.
2025-06-08 17:38:40 02813_func_today_and_alias: [ OK ] 0.74 sec.
2025-06-08 17:38:40 02833_url_without_path_encoding: [ OK ] 3.06 sec.
2025-06-08 17:38:41 02813_array_agg: [ OK ] 0.81 sec.
2025-06-08 17:38:41 02812_subquery_operators: [ OK ] 0.82 sec.
2025-06-08 17:38:41 02811_insert_schema_inference: [ OK ] 0.89 sec.
2025-06-08 17:38:41 02813_series_period_detect: [ OK ] 1.82 sec.
2025-06-08 17:38:41 02807_lower_utf8_msan: [ OK ] 0.67 sec.
2025-06-08 17:38:42 02811_parallel_replicas_prewhere_count: [ OK ] 1.05 sec.
2025-06-08 17:38:42 02810_fix_remove_dedundant_distinct_view: [ OK ] 1.05 sec.
2025-06-08 17:38:42 02815_join_algorithm_setting: [ OK ] 3.74 sec.
2025-06-08 17:38:42 02798_explain_settings_not_applied_bug: [ OK ] 1.02 sec.
2025-06-08 17:38:42 02813_seriesDecomposeSTL: [ OK ] 3.79 sec.
2025-06-08 17:38:43 02800_clickhouse_local_default_settings: [ OK ] 1.81 sec.
2025-06-08 17:38:44 02793_implicit_pretty_format_settings: [ OK ] 1.97 sec.
2025-06-08 17:38:44 02788_current_schemas_function: [ OK ] 1.16 sec.
2025-06-08 17:38:44 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 0.97 sec.
2025-06-08 17:38:45 02786_parquet_big_integer_compatibility: [ OK ] 2.52 sec.
2025-06-08 17:38:45 02792_alter_table_modify_comment: [ OK ] 3.68 sec.
2025-06-08 17:38:47 02771_jit_functions_comparison_crash: [ OK ] 1.11 sec.
2025-06-08 17:38:47 02771_tsv_csv_custom_skip_trailing_empty_lines: [ OK ] 3.10 sec.
2025-06-08 17:38:47 02771_ignore_data_skipping_indices: [ OK ] 2.91 sec.
2025-06-08 17:38:49 02763_row_policy_storage_merge_alias: [ OK ] 2.04 sec.
2025-06-08 17:38:50 02734_sparse_columns_mutation: [ OK ] 1.54 sec.
2025-06-08 17:38:52 02733_sparse_columns_reload: [ OK ] 1.26 sec.
2025-06-08 17:38:52 02783_parallel_replicas_trivial_count_optimization: [ OK ] 8.73 sec.
2025-06-08 17:38:53 02770_jit_aggregation_nullable_key_fix: [ OK ] 6.36 sec.
2025-06-08 17:38:54 02751_multiquery_with_argument: [ OK ] 6.44 sec.
2025-06-08 17:38:54 02724_mutliple_storage_join: [ OK ] 0.88 sec.
2025-06-08 17:38:54 02723_jit_aggregation_bug_48120: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:38:54 02725_alias_columns_should_not_allow_compression_codec: [ OK ] 1.55 sec.
2025-06-08 17:38:54 02724_function_in_left_table_clause_asof_join: [ OK ] 0.68 sec.
2025-06-08 17:38:55 02801_backup_native_copy: [ OK ] 13.84 sec.
2025-06-08 17:38:55 02713_array_low_cardinality_string: [ OK ] 0.93 sec.
2025-06-08 17:38:56 02713_ip4_uint_compare: [ OK ] 0.65 sec.
2025-06-08 17:38:56 02713_sequence_match_serialization_fix: [ OK ] 0.94 sec.
2025-06-08 17:38:57 02705_grouping_keys_equal_keys: [ OK ] 0.76 sec.
2025-06-08 17:38:57 02721_parquet_field_not_found: [ OK ] 3.02 sec.
2025-06-08 17:38:57 02703_jit_external_aggregation: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:38:58 02705_projection_and_ast_optimizations_bug: [ OK ] 0.98 sec.
2025-06-08 17:38:58 02790_async_queries_in_query_log: [ OK ] 16.47 sec.
2025-06-08 17:38:59 02771_skip_empty_files: [ OK ] 13.53 sec.
2025-06-08 17:38:59 02722_matcher_join_use_nulls: [ OK ] 4.84 sec.
2025-06-08 17:38:59 02681_comparsion_tuple_elimination_ast: [ OK ] 0.84 sec.
2025-06-08 17:39:00 02691_multiple_joins_backtick_identifiers: [ OK ] 1.61 sec.
2025-06-08 17:39:00 02677_grace_hash_limit_race: [ OK ] 1.11 sec.
2025-06-08 17:39:00 02681_aggregation_by_partitions_bug: [ OK ] 1.53 sec.
2025-06-08 17:39:01 02702_allow_skip_errors_enum: [ OK ] 3.41 sec.
2025-06-08 17:39:01 02708_dotProduct: [ OK ] 4.94 sec.
2025-06-08 17:39:01 02844_max_backup_bandwidth_s3: [ OK ] 34.49 sec.
2025-06-08 17:39:01 02676_trailing_commas: [ OK ] 0.91 sec.
2025-06-08 17:39:01 02732_rename_after_processing: [ OK ] 9.15 sec.
2025-06-08 17:39:01 02675_predicate_push_down_filled_join_fix: [ OK ] 1.03 sec.
2025-06-08 17:39:03 02674_trivial_count_analyzer: [ OK ] 2.14 sec.
2025-06-08 17:39:03 02677_analyzer_compound_expressions: [ OK ] 3.92 sec.
2025-06-08 17:39:03 02675_sparse_columns_clear_column: [ OK ] 2.98 sec.
2025-06-08 17:39:03 02596_build_set_and_remote: [ OK ] 2.63 sec.
2025-06-08 17:39:04 02579_parameterized_replace: [ OK ] 0.72 sec.
2025-06-08 17:39:04 02597_projection_materialize_and_replication: [ OK ] 2.95 sec.
2025-06-08 17:39:05 02564_read_in_order_final_desc: [ OK ] 0.99 sec.
2025-06-08 17:39:05 02566_analyzer_limit_settings_distributed: [ OK ] 1.33 sec.
2025-06-08 17:39:05 02563_progress_when_no_rows_from_prewhere: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:39:05 02588_avro_date32_and_decimals: [ OK ] 4.32 sec.
2025-06-08 17:39:06 02568_json_array_length: [ OK ] 2.06 sec.
2025-06-08 17:39:06 02586_generate_random_structure: [ OK ] 4.40 sec.
2025-06-08 17:39:06 02577_keepermap_delete_update: [ OK ] 2.79 sec.
2025-06-08 17:39:06 02562_with_fill_nullable: [ OK ] 0.77 sec.
2025-06-08 17:39:07 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 0.92 sec.
2025-06-08 17:39:07 02560_analyzer_materialized_view: [ OK ] 1.49 sec.
2025-06-08 17:39:07 02560_tuple_format: [ OK ] 1.50 sec.
2025-06-08 17:39:07 02559_add_parts: [ OK ] 1.19 sec.
2025-06-08 17:39:08 02551_ipv4_implicit_uint64: [ OK ] 0.72 sec.
2025-06-08 17:39:08 02554_format_json_columns_for_empty: [ OK ] 0.72 sec.
2025-06-08 17:39:08 02563_async_insert_bad_data: [ OK ] 3.74 sec.
2025-06-08 17:39:09 02551_obfuscator_keywords: [ OK ] 1.59 sec.
2025-06-08 17:39:09 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 1.17 sec.
2025-06-08 17:39:09 02540_duplicate_primary_key2: [ OK ] 1.28 sec.
2025-06-08 17:39:10 02533_generate_random_schema_inference: [ OK ] 0.90 sec.
2025-06-08 17:39:10 02531_ipv4_arithmetic: [ OK ] 0.72 sec.
2025-06-08 17:39:11 02525_analyzer_function_in_crash_fix: [ OK ] 0.89 sec.
2025-06-08 17:39:11 02572_query_views_log_background_thread: [ OK ] 7.99 sec.
2025-06-08 17:39:12 02521_analyzer_array_join_crash: [ OK ] 2.02 sec.
2025-06-08 17:39:12 02532_send_logs_level_test: [ OK ] 2.82 sec.
2025-06-08 17:39:13 02535_json_bson_each_row_curl: [ OK ] 4.18 sec.
2025-06-08 17:39:13 02504_parse_datetime_best_effort_calebeaires: [ OK ] 0.74 sec.
2025-06-08 17:39:13 02518_delete_on_materialized_view: [ OK ] 1.49 sec.
2025-06-08 17:39:13 02502_analyzer_insert_select_crash_fix: [ OK ] 1.19 sec.
2025-06-08 17:39:14 02501_analyzer_expired_context_crash_fix: [ OK ] 0.93 sec.
2025-06-08 17:39:14 02520_group_array_last: [ OK ] 3.78 sec.
2025-06-08 17:39:15 02562_native_tskv_default_for_omitted_fields: [ OK ] 9.54 sec.
2025-06-08 17:39:15 02497_source_part_is_intact_when_mutation: [ OK ] 1.38 sec.
2025-06-08 17:39:16 02493_analyzer_sum_if_to_count_if: [ OK ] 1.04 sec.
2025-06-08 17:39:16 02497_having_without_actual_aggregation_bug: [ OK ] 2.61 sec.
2025-06-08 17:39:16 02543_alter_update_rename_stuck: [ OK ] 9.13 sec.
2025-06-08 17:39:17 02489_analyzer_indexes: [ OK ] 2.16 sec.
2025-06-08 17:39:17 02497_if_transform_strings_to_enum: [ OK ] 4.00 sec.
2025-06-08 17:39:18 02482_insert_into_dist_race: [ OK ] 1.22 sec.
2025-06-08 17:39:18 02479_analyzer_aggregation_crash: [ OK ] 0.90 sec.
2025-06-08 17:39:19 02477_exists_fuzz_43478: [ OK ] 0.78 sec.
2025-06-08 17:39:19 02476_fix_cast_parser_bug: [ OK ] 0.45 sec.
2025-06-08 17:39:20 02480_tets_show_full: [ OK ] 3.02 sec.
2025-06-08 17:39:21 02475_or_function_alias_and_const_where: [ OK ] 0.62 sec.
2025-06-08 17:39:21 02477_analyzer_array_join_with_join: [ OK ] 3.25 sec.
2025-06-08 17:39:22 02474_timeDiff_UTCTimestamp: [ OK ] 0.86 sec.
2025-06-08 17:39:22 02473_extract_low_cardinality_from_json: [ OK ] 0.63 sec.
2025-06-08 17:39:22 02472_segfault_expression_parser: [ OK ] 0.50 sec.
2025-06-08 17:39:23 02475_precise_decimal_arithmetics: [ OK ] 3.74 sec.
2025-06-08 17:39:23 02471_wrong_date_monotonicity: [ OK ] 0.87 sec.
2025-06-08 17:39:24 02464_decimal_scale_buffer_overflow: [ OK ] 0.92 sec.
2025-06-08 17:39:24 02469_interval_msan: [ OK ] 2.01 sec.
2025-06-08 17:39:25 02488_zero_copy_detached_parts_drop_table: [ OK ] 8.97 sec.
2025-06-08 17:39:25 02461_welch_t_test_fuzz: [ OK ] 0.78 sec.
2025-06-08 17:39:26 02458_key_condition_not_like_prefix: [ OK ] 1.82 sec.
2025-06-08 17:39:28 02458_datediff_date32: [ OK ] 3.02 sec.
2025-06-08 17:39:28 02661_read_from_archive_zip: [ OK ] 27.37 sec.
2025-06-08 17:39:29 02457_morton_coding: [ OK ] 4.01 sec.
2025-06-08 17:39:29 02457_parse_date_time_best_effort: [ OK ] 2.95 sec.
2025-06-08 17:39:29 02456_alter-nullable-column-bag-2: [ OK ] 1.20 sec.
2025-06-08 17:39:29 02461_prewhere_row_level_policy_lightweight_delete: [ OK ] 6.09 sec.
2025-06-08 17:39:30 02455_default_union_except_intersect: [ OK ] 1.50 sec.
2025-06-08 17:39:30 02455_duplicate_column_names_in_schema_inference: [ OK ] 0.83 sec.
2025-06-08 17:39:31 02454_compressed_marks_in_compact_part: [ OK ] 1.36 sec.
2025-06-08 17:39:31 02451_variadic_null_garbage_data: [ OK ] 1.68 sec.
2025-06-08 17:39:31 02454_create_table_with_custom_disk: [ OK ] 1.91 sec.
2025-06-08 17:39:31 02442_auxiliary_zookeeper_endpoint_id: [ OK ] 1.69 sec.
2025-06-08 17:39:32 02426_to_string_nullable_fixedstring: [ OK ] 0.72 sec.
2025-06-08 17:39:32 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 1.38 sec.
2025-06-08 17:39:33 02424_pod_array_overflow: [ OK ] 1.87 sec.
2025-06-08 17:39:34 02433_default_expression_operator_in: [ OK ] 3.07 sec.
2025-06-08 17:39:34 02421_json_decimals_as_strings: [ OK ] 0.83 sec.
2025-06-08 17:39:38 02439_merge_selecting_partitions: [ OK ] 8.39 sec.
2025-06-08 17:39:39 02416_json_tuple_to_array_schema_inference: [ OK ] 0.72 sec.
2025-06-08 17:39:40 02421_type_json_async_insert: [ OK ] 6.34 sec.
2025-06-08 17:39:40 02500_remove_redundant_distinct_analyzer: [ OK ] 27.38 sec.
2025-06-08 17:39:41 02409_url_format_detection: [ OK ] 0.59 sec.
2025-06-08 17:39:41 02398_subquery_where_pushdown_and_limit_offset: [ OK ] 1.11 sec.
2025-06-08 17:39:42 02387_parse_date_as_datetime: [ OK ] 0.79 sec.
2025-06-08 17:39:42 02496_remove_redundant_sorting_analyzer: [ OK ] 27.24 sec.
2025-06-08 17:39:43 02423_insert_stats_behaviour: [ OK ] 11.45 sec.
2025-06-08 17:39:43 02416_keeper_map: [ OK ] 4.44 sec.
2025-06-08 17:39:44 02382_join_and_filtering_set: [ OK ] 2.08 sec.
2025-06-08 17:39:44 02381_parseDateTime64BestEffortUS: [ OK ] 0.79 sec.
2025-06-08 17:39:44 02381_parse_array_of_tuples: [ OK ] 0.85 sec.
2025-06-08 17:39:44 02384_analyzer_dict_get_join_get: [ OK ] 3.00 sec.
2025-06-08 17:39:45 02382_analyzer_matcher_join_using: [ OK ] 2.96 sec.
2025-06-08 17:39:45 02374_combine_multi_if_and_count_if_opt: [ OK ] 0.86 sec.
2025-06-08 17:39:46 02374_in_tuple_index: [ OK ] 1.05 sec.
2025-06-08 17:39:46 02375_pretty_formats: [ OK ] 1.42 sec.
2025-06-08 17:39:47 02369_analyzer_array_join_function: [ OK ] 1.88 sec.
2025-06-08 17:39:47 02366_kql_create_table: [ OK ] 1.29 sec.
2025-06-08 17:39:47 02366_kql_operator_in_sql: [ OK ] 1.89 sec.
2025-06-08 17:39:48 02366_kql_distinct: [ OK ] 0.99 sec.
2025-06-08 17:39:49 02366_kql_native_interval_format: [ OK ] 1.48 sec.
2025-06-08 17:39:49 02380_insert_mv_race: [ OK ] 4.98 sec.
2025-06-08 17:39:49 02366_asof_optimize_predicate_bug_37813: [ OK ] 1.03 sec.
2025-06-08 17:39:50 02355_control_block_size_in_array_join: [ OK ] 1.00 sec.
2025-06-08 17:39:50 02366_kql_func_math: [ OK ] 1.76 sec.
2025-06-08 17:39:51 02366_kql_tabular: [ OK ] 3.51 sec.
2025-06-08 17:39:51 02354_window_expression_with_aggregation_expression: [ OK ] 0.82 sec.
2025-06-08 17:39:51 02421_simple_queries_for_opentelemetry: [ OK ] 18.84 sec.
2025-06-08 17:39:51 02354_with_statement_non_exist_column: [ OK ] 0.78 sec.
2025-06-08 17:39:51 02356_insert_query_log_metrics: [ OK ] 2.50 sec.
2025-06-08 17:39:52 02352_grouby_shadows_arg: [ OK ] 1.13 sec.
2025-06-08 17:39:53 02366_kql_func_dynamic: [ OK ] 7.47 sec.
2025-06-08 17:39:53 02345_analyzer_subqueries: [ OK ] 1.91 sec.
2025-06-08 17:39:53 02352_interactive_queries_from_file: [ OK ] 2.20 sec.
2025-06-08 17:39:54 02344_analyzer_multiple_aliases_for_expression: [ OK ] 1.86 sec.
2025-06-08 17:39:54 02340_union_header: [ OK ] 0.80 sec.
2025-06-08 17:39:54 02337_check_translate_qualified_names_matcher: [ OK ] 0.74 sec.
2025-06-08 17:39:55 02344_describe_cache: [ OK ] 3.06 sec.
2025-06-08 17:39:55 02343_analyzer_column_transformers_strict: [ OK ] 1.86 sec.
2025-06-08 17:39:55 02325_compatibility_setting_2: [ OK ] 1.27 sec.
2025-06-08 17:39:56 02325_dates_schema_inference: [ OK ] 1.77 sec.
2025-06-08 17:39:57 02354_read_in_order_prewhere: [ OK ] 5.97 sec.
2025-06-08 17:39:57 02332_dist_insert_send_logs_level: [ OK ] 2.66 sec.
2025-06-08 17:39:57 02313_cross_join_dup_col_names: [ OK ] 0.76 sec.
2025-06-08 17:39:57 02306_window_move_row_number_fix: [ OK ] 0.66 sec.
2025-06-08 17:39:57 02310_generate_multi_columns_with_uuid: [ OK ] 0.69 sec.
2025-06-08 17:39:58 02319_sql_standard_create_drop_index: [ OK ] 2.21 sec.
2025-06-08 17:39:58 02313_test_fpc_codec: [ OK ] 2.51 sec.
2025-06-08 17:39:58 02294_decimal_second_errors: [ OK ] 0.81 sec.
2025-06-08 17:39:59 02292_nested_not_flattened_detach: [ OK ] 0.80 sec.
2025-06-08 17:39:59 02301_harmful_reexec: [ OK ] 2.30 sec.
2025-06-08 17:40:00 02291_dictionary_scalar_subquery_reload: [ OK ] 1.32 sec.
2025-06-08 17:40:00 02294_dictionaries_hierarchical_index: [ OK ] 2.61 sec.
2025-06-08 17:40:00 02286_convert_decimal_type: [ OK ] 0.74 sec.
2025-06-08 17:40:01 02287_ephemeral_format_crash: [ OK ] 1.87 sec.
2025-06-08 17:40:01 02267_jsonlines_ndjson_format: [ OK ] 0.95 sec.
2025-06-08 17:40:01 02293_h3_hex_ring: [ OK ] 3.63 sec.
2025-06-08 17:40:02 02324_compatibility_setting: [ OK ] 6.74 sec.
2025-06-08 17:40:02 02266_auto_add_nullable: [ OK ] 0.89 sec.
2025-06-08 17:40:02 02276_full_sort_join_unsupported: [ OK ] 2.49 sec.
2025-06-08 17:40:03 02265_per_table_ttl_mutation_on_change: [ OK ] 2.05 sec.
2025-06-08 17:40:04 02251_alter_enum_nested_struct: [ OK ] 1.29 sec.
2025-06-08 17:40:05 02246_flatten_tuple: [ OK ] 1.13 sec.
2025-06-08 17:40:06 02243_ipv6_long_parsing: [ OK ] 1.03 sec.
2025-06-08 17:40:06 02244_ip_address_invalid_insert: [ OK ] 2.59 sec.
2025-06-08 17:40:07 02240_get_type_serialization_streams: [ OK ] 0.92 sec.
2025-06-08 17:40:08 02235_check_table_sparse_serialization: [ OK ] 1.08 sec.
2025-06-08 17:40:08 02269_bool_map_sync_after_error: [ OK ] 7.80 sec.
2025-06-08 17:40:10 02233_HTTP_ranged: [ OK ] 2.16 sec.
2025-06-08 17:40:11 02263_format_insert_settings: [ OK ] 9.05 sec.
2025-06-08 17:40:12 02227_union_match_by_name: [ OK ] 0.81 sec.
2025-06-08 17:40:12 02233_interpolate_1: [ OK ] 3.81 sec.
2025-06-08 17:40:12 02266_protobuf_format_google_wrappers: [ OK ] 11.06 sec.
2025-06-08 17:40:12 02235_add_part_offset_virtual_column: [ OK ] 5.71 sec.
2025-06-08 17:40:14 02227_test_create_empty_sqlite_db: [ OK ] 3.71 sec.
2025-06-08 17:40:14 02223_h3_test_const_columns: [ OK ] 2.41 sec.
2025-06-08 17:40:14 02226_low_cardinality_text_bloom_filter_index: [ OK ] 2.83 sec.
2025-06-08 17:40:14 02204_fractional_progress_bar_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:40:15 02207_ttl_move_if_exists: [ OK ] 0.75 sec.
2025-06-08 17:40:16 02255_broken_parts_chain_on_start: [ OK ] 13.49 sec.
2025-06-08 17:40:16 02201_use_skip_indexes_if_final: [ OK ] 1.36 sec.
2025-06-08 17:40:16 02206_clickhouse_local_use_database: [ OK ] 1.87 sec.
2025-06-08 17:40:16 02203_shebang: [ OK ] 1.87 sec.
2025-06-08 17:40:17 02191_parse_date_time_best_effort_more_cases: [ OK ] 1.00 sec.
2025-06-08 17:40:17 02225_hints_for_indeices: [ OK ] 5.36 sec.
2025-06-08 17:40:17 02188_table_function_format: [ OK ] 0.84 sec.
2025-06-08 17:40:17 02177_issue_31009: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:40:17 02187_test_final_and_limit_modifier: [ OK ] 0.73 sec.
2025-06-08 17:40:18 02181_format_describe_query: [ OK ] 1.35 sec.
2025-06-08 17:40:18 02178_column_function_insert_from: [ OK ] 0.95 sec.
2025-06-08 17:40:18 02176_optimize_aggregation_in_order_empty: [ OK ] 1.10 sec.
2025-06-08 17:40:18 02179_degrees_radians: [ OK ] 1.53 sec.
2025-06-08 17:40:19 02163_operators: [ OK ] 0.74 sec.
2025-06-08 17:40:19 02221_system_zookeeper_unrestricted_like: [ OK ] 6.75 sec.
2025-06-08 17:40:19 02165_h3_num_hexagons: [ OK ] 1.63 sec.
2025-06-08 17:40:19 02155_parse_date_lowcard_default_throw: [ OK ] 0.63 sec.
2025-06-08 17:40:20 02160_special_functions: [ OK ] 1.71 sec.
2025-06-08 17:40:20 02151_lc_prefetch: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:40:20 02151_replace_regexp_all_empty_match_alternative: [ OK ] 1.19 sec.
2025-06-08 17:40:21 02157_readonly_system_suspend: [ OK ] 2.10 sec.
2025-06-08 17:40:21 02149_issue_32487: [ OK ] 0.67 sec.
2025-06-08 17:40:21 02160_client_autocomplete_parse_query: [ OK ] 3.18 sec.
2025-06-08 17:40:22 02421_truncate_isolation_with_mutations: [ OK ] 47.60 sec.
2025-06-08 17:40:22 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 1.34 sec.
2025-06-08 17:40:22 02151_client_option_echo: [ OK ] 3.03 sec.
2025-06-08 17:40:22 02136_scalar_read_rows_json: [ OK ] 2.42 sec.
2025-06-08 17:40:23 02132_client_history_navigation: [ OK ] 1.97 sec.
2025-06-08 17:40:23 02131_materialize_column_cast: [ OK ] 1.40 sec.
2025-06-08 17:40:23 02131_skip_index_not_materialized: [ OK ] 0.97 sec.
2025-06-08 17:40:23 02129_window_functions_disable_optimizations: [ OK ] 1.07 sec.
2025-06-08 17:40:23 02128_apply_lambda_parsing: [ OK ] 0.71 sec.
2025-06-08 17:40:24 02125_fix_storage_filelog: [ OK ] 0.93 sec.
2025-06-08 17:40:24 02151_http_s_structure_set_eof: [ OK ] 4.62 sec.
2025-06-08 17:40:24 02129_add_column_add_ttl: [ OK ] 2.19 sec.
2025-06-08 17:40:29 02116_tuple_element: [ OK ] 4.69 sec.
2025-06-08 17:40:30 02115_map_contains: [ OK ] 0.85 sec.
2025-06-08 17:40:31 02122_parallel_formatting_Markdown: [ OK ] 7.30 sec.
2025-06-08 17:40:31 02122_parallel_formatting_CustomSeparated: [ OK ] 7.72 sec.
2025-06-08 17:40:32 02114_bool_type: [ OK ] 1.51 sec.
2025-06-08 17:40:32 02100_now64_types_bug: [ OK ] 0.81 sec.
2025-06-08 17:40:32 02104_clickhouse_local_columns_description: [ OK ] 1.76 sec.
2025-06-08 17:40:33 02122_parallel_formatting_JSONCompactStrings: [ OK ] 10.09 sec.
2025-06-08 17:40:33 02098_date32_comparison: [ OK ] 1.35 sec.
2025-06-08 17:40:33 02095_function_get_os_kernel_version: [ OK ] 0.59 sec.
2025-06-08 17:40:34 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 9.75 sec.
2025-06-08 17:40:34 02096_bad_options_in_client_and_local: [ OK ] 2.50 sec.
2025-06-08 17:40:34 02071_lower_upper_utf8_row_overlaps: [ OK ] 1.12 sec.
2025-06-08 17:40:34 02049_lowcardinality_shortcircuit_crash: [ OK ] 1.06 sec.
2025-06-08 17:40:35 02043_user_defined_executable_function_implicit_cast: [ OK ] 1.28 sec.
2025-06-08 17:40:35 02041_openssl_hash_functions_test: [ OK ] 0.88 sec.
2025-06-08 17:40:35 02043_query_obfuscator_embedded_dictionaries: [ OK ] 1.27 sec.
2025-06-08 17:40:36 02041_test_fuzzy_alter: [ OK ] 1.24 sec.
2025-06-08 17:40:37 02029_test_implemented_methods: [ OK ] 1.38 sec.
2025-06-08 17:40:37 02030_function_mapContainsKeyLike: [ OK ] 1.53 sec.
2025-06-08 17:40:37 02030_client_unknown_database: [ OK ] 1.89 sec.
2025-06-08 17:40:38 02052_last_granula_adjust_logical_error: [ OK ] 4.34 sec.
2025-06-08 17:40:38 02026_arrayDifference_const: [ OK ] 0.90 sec.
2025-06-08 17:40:39 02021_prewhere_column_optimization: [ OK ] 1.11 sec.
2025-06-08 17:40:40 02026_accurate_cast_or_default: [ OK ] 3.31 sec.
2025-06-08 17:40:41 02020_cast_integer_overflow: [ OK ] 0.68 sec.
2025-06-08 17:40:42 02122_parallel_formatting_JSONStrings: [ OK ] 18.39 sec.
2025-06-08 17:40:42 02033_join_engine_deadlock_long: [ OK ] 6.91 sec.
2025-06-08 17:40:42 02017_columns_with_dot_2: [ OK ] 1.00 sec.
2025-06-08 17:40:43 02016_summing_mt_aggregating_column: [ OK ] 1.14 sec.
2025-06-08 17:40:44 02020_exponential_smoothing: [ OK ] 4.88 sec.
2025-06-08 17:40:46 02024_compression_in_query: [ OK ] 8.22 sec.
2025-06-08 17:40:46 02022_storage_filelog_one_file: [ OK ] 8.11 sec.
2025-06-08 17:40:47 02122_4letter_words_stress_zookeeper: [ OK ] 22.60 sec.
2025-06-08 17:40:47 02015_async_inserts_1: [ OK ] 3.50 sec.
2025-06-08 17:40:47 02016_bit_shift_right_for_string_integer: [ OK ] 5.27 sec.
2025-06-08 17:40:47 02016_aggregation_spark_bar: [ OK ] 5.68 sec.
2025-06-08 17:40:47 02014_map_different_keys: [ OK ] 1.45 sec.
2025-06-08 17:40:48 02015_async_inserts_7: [ OK ] 3.19 sec.
2025-06-08 17:40:48 02012_changed_enum_type_non_replicated: [ OK ] 1.03 sec.
2025-06-08 17:40:48 02006_client_test_hint_error_name: [ OK ] 1.08 sec.
2025-06-08 17:40:49 02006_todatetime64_from_string: [ OK ] 0.86 sec.
2025-06-08 17:40:49 02008_test_union_distinct_in_subquery: [ OK ] 1.50 sec.
2025-06-08 17:40:49 02006_test_positional_arguments_on_cluster: [ OK ] 1.79 sec.
2025-06-08 17:40:50 02002_sampling_and_unknown_column_bug: [ OK ] 0.86 sec.
2025-06-08 17:40:50 01961_roaring_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:40:50 02012_compress_lz4: [ OK ] 2.88 sec.
2025-06-08 17:40:50 02008_materialize_column: [ OK ] 2.79 sec.
2025-06-08 17:40:51 01960_lambda_precedence: [ OK ] 0.90 sec.
2025-06-08 17:40:51 02000_table_function_cluster_macros: [ OK ] 1.02 sec.
2025-06-08 17:40:51 01942_untuple_transformers_msan: [ OK ] 0.72 sec.
2025-06-08 17:40:51 02002_system_table_with_tuple: [ OK ] 1.96 sec.
2025-06-08 17:40:51 01951_distributed_push_down_limit: [ OK ] 0.95 sec.
2025-06-08 17:40:52 01932_global_in_function: [ OK ] 0.97 sec.
2025-06-08 17:40:52 02481_async_insert_dedup: [ OK ] 95.14 sec.
2025-06-08 17:40:52 01926_union_all_schmak: [ OK ] 0.73 sec.
2025-06-08 17:40:52 01935_parametrized_query_parametric_aggregate_function: [ OK ] 1.33 sec.
2025-06-08 17:40:53 01925_json_as_string_data_in_square_brackets: [ OK ] 0.87 sec.
2025-06-08 17:40:53 01922_sum_null_for_remote: [ OK ] 0.76 sec.
2025-06-08 17:40:53 01923_different_expression_name_alias: [ OK ] 1.32 sec.
2025-06-08 17:40:53 01926_bin_unbin: [ OK ] 2.15 sec.
2025-06-08 17:40:53 02004_intersect_except_distinct_operators: [ OK ] 5.02 sec.
2025-06-08 17:40:54 01915_json_extract_raw_string: [ OK ] 0.83 sec.
2025-06-08 17:40:54 01914_ubsan_quantile_timing: [ OK ] 0.72 sec.
2025-06-08 17:40:55 01914_index_bgranvea: [ OK ] 1.01 sec.
2025-06-08 17:40:55 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 1.68 sec.
2025-06-08 17:40:56 02015_async_inserts_4: [ OK ] 10.03 sec.
2025-06-08 17:40:56 01930_optimize_skip_unused_shards_rewrite_in: [ OK ] 5.44 sec.
2025-06-08 17:40:58 01903_http_fields: [ OK ] 2.89 sec.
2025-06-08 17:40:58 01902_table_function_merge_db_params: [ OK ] 3.24 sec.
2025-06-08 17:40:59 01881_to_week_monotonic_fix: [ OK ] 1.02 sec.
2025-06-08 17:41:00 01882_check_max_parts_to_merge_at_once: [ OK ] 3.56 sec.
2025-06-08 17:41:01 01894_jit_aggregation_function_max_long: [ OK ] 4.96 sec.
2025-06-08 17:41:01 01906_bigint_accurate_cast_ubsan: [ OK ] 6.90 sec.
2025-06-08 17:41:02 01880_materialized_view_to_table_type_check: [ OK ] 2.52 sec.
2025-06-08 17:41:03 01866_datetime64_cmp_with_constant: [ OK ] 2.20 sec.
2025-06-08 17:41:04 01851_array_difference_decimal_overflow_ubsan: [ OK ] 2.10 sec.
2025-06-08 17:41:04 01852_hints_enum_name: [ OK ] 3.35 sec.
2025-06-08 17:41:05 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 1.01 sec.
2025-06-08 17:41:05 01837_cast_to_array_from_empty_array: [ OK ] 0.69 sec.
2025-06-08 17:41:05 01880_remote_ipv6: [ OK ] 5.35 sec.
2025-06-08 17:41:06 01851_clear_column_referenced_by_mv: [ OK ] 2.44 sec.
2025-06-08 17:41:07 01921_datatype_date32: [ OK ] 13.86 sec.
2025-06-08 17:41:07 01825_type_json_missed_values: [ OK ] 1.30 sec.
2025-06-08 17:41:07 01825_type_json_2: [ OK ] 1.93 sec.
2025-06-08 17:41:08 01926_order_by_desc_limit: [ OK ] 15.72 sec.
2025-06-08 17:41:08 01821_to_date_time_ubsan: [ OK ] 0.74 sec.
2025-06-08 17:41:08 01812_optimize_skip_unused_shards_single_node: [ OK ] 0.81 sec.
2025-06-08 17:41:09 01834_alias_columns_laziness_filimonov: [ OK ] 3.37 sec.
2025-06-08 17:41:09 01802_toDateTime64_large_values: [ OK ] 0.91 sec.
2025-06-08 17:41:09 01825_type_json_in_array: [ OK ] 2.00 sec.
2025-06-08 17:41:10 01797_StripeLog_rwlock_ub: [ OK ] 1.00 sec.
2025-06-08 17:41:10 01801_s3_cluster_count: [ OK ] 1.35 sec.
2025-06-08 17:41:11 01787_map_remote: [ OK ] 1.50 sec.
2025-06-08 17:41:12 01791_dist_INSERT_block_structure_mismatch: [ OK ] 3.04 sec.
2025-06-08 17:41:13 01780_range_msan: [ OK ] 1.21 sec.
2025-06-08 17:41:13 01783_merge_engine_join_key_condition: [ OK ] 3.48 sec.
2025-06-08 17:41:14 01774_case_sensitive_connection_id: [ OK ] 0.73 sec.
2025-06-08 17:41:14 01778_where_with_column_name: [ OK ] 0.89 sec.
2025-06-08 17:41:14 01786_group_by_pk_many_streams: [ OK ] 4.77 sec.
2025-06-08 17:41:15 01770_add_months_ubsan: [ OK ] 0.65 sec.
2025-06-08 17:41:15 01761_cast_to_enum_nullable: [ OK ] 0.70 sec.
2025-06-08 17:41:16 01772_to_start_of_hour_align: [ OK ] 1.44 sec.
2025-06-08 17:41:16 01755_shard_pruning_with_literal: [ OK ] 0.96 sec.
2025-06-08 17:41:16 01753_mutate_table_predicated_with_table: [ OK ] 1.16 sec.
2025-06-08 17:41:16 01881_join_on_conditions_hash: [ OK ] 18.88 sec.
2025-06-08 17:41:17 01780_column_sparse_full: [ OK ] 6.10 sec.
2025-06-08 17:41:18 01719_join_timezone: [ OK ] 1.27 sec.
2025-06-08 17:41:18 01750_parsing_exception: [ OK ] 2.43 sec.
2025-06-08 17:41:19 01747_alter_partition_key_enum_zookeeper_long: [ OK ] 2.63 sec.
2025-06-08 17:41:20 01731_async_task_queue_wait: [ OK ] 3.12 sec.
2025-06-08 17:41:20 01910_view_dictionary_check_refresh: [ OK ] 26.15 sec.
2025-06-08 17:41:21 01710_projection_detach_part: [ OK ] 1.06 sec.
2025-06-08 17:41:21 01710_projection_in_set: [ OK ] 2.61 sec.
2025-06-08 17:41:21 01710_projection_external_aggregate: [ OK ] 2.22 sec.
2025-06-08 17:41:21 01825_type_json_from_map: [ OK ] 15.81 sec.
2025-06-08 17:41:21 01710_projections_order_by_complete: [ OK ] 1.26 sec.
2025-06-08 17:41:22 01710_projection_with_nullable_keys: [ OK ] 0.85 sec.
2025-06-08 17:41:22 01710_projection_aggregate_functions_null_for_empty: [ OK ] 1.02 sec.
2025-06-08 17:41:23 01702_system_numbers_scientific_notation: [ OK ] 1.50 sec.
2025-06-08 17:41:23 01710_projection_optimize_materialize: [ OK ] 2.45 sec.
2025-06-08 17:41:23 01700_system_zookeeper_path_in: [ OK ] 1.35 sec.
2025-06-08 17:41:24 01690_quantilesTiming_ubsan: [ OK ] 0.73 sec.
2025-06-08 17:41:25 01678_great_circle_angle: [ OK ] 1.04 sec.
2025-06-08 17:41:25 01699_timezoneOffset: [ OK ] 2.57 sec.
2025-06-08 17:41:26 01684_insert_specify_shard_id: [ OK ] 2.76 sec.
2025-06-08 17:41:26 01681_hyperscan_debug_assertion: [ OK ] 2.92 sec.
2025-06-08 17:41:27 01664_array_slice_ubsan: [ OK ] 0.72 sec.
2025-06-08 17:41:27 01720_join_implicit_cast: [ OK ] 10.52 sec.
2025-06-08 17:41:27 01664_decimal_ubsan: [ OK ] 0.72 sec.
2025-06-08 17:41:27 01825_type_json_ghdata: [ OK ] 20.68 sec.
2025-06-08 17:41:28 01663_aes_msan: [ OK ] 0.64 sec.
2025-06-08 17:41:28 01661_test_toDayOfWeek_mysql_compatibility: [ OK ] 0.67 sec.
2025-06-08 17:41:28 01670_log_comment: [ OK ] 3.11 sec.
2025-06-08 17:41:29 01660_second_extremes_bug: [ OK ] 1.14 sec.
2025-06-08 17:41:29 01657_test_toHour_mysql_compatibility: [ OK ] 0.65 sec.
2025-06-08 17:41:29 01657_array_element_ubsan: [ OK ] 1.05 sec.
2025-06-08 17:41:29 01658_values_ubsan: [ OK ] 1.45 sec.
2025-06-08 17:41:29 01656_ipv4_bad_formatting: [ OK ] 0.60 sec.
2025-06-08 17:41:30 01655_quarter_modificator_for_formatDateTime: [ OK ] 0.71 sec.
2025-06-08 17:41:30 01651_group_uniq_array_enum: [ OK ] 0.80 sec.
2025-06-08 17:41:32 01650_fetch_patition_with_macro_in_zk_path_long: [ OK ] 1.73 sec.
2025-06-08 17:41:32 01675_distributed_bytes_to_delay_insert: [ OK ] 7.18 sec.
2025-06-08 17:41:33 01634_summap_nullable: [ OK ] 0.77 sec.
2025-06-08 17:41:33 01633_limit_fuzz: [ OK ] 0.68 sec.
2025-06-08 17:41:34 01631_date_overflow_as_partition_key: [ OK ] 0.86 sec.
2025-06-08 17:41:34 01715_background_checker_blather_zookeeper_long: [ OK ] 15.54 sec.
2025-06-08 17:41:34 01652_ttl_old_syntax: [ OK ] 4.99 sec.
2025-06-08 17:41:35 01710_normal_projections: [ OK ] 13.63 sec.
2025-06-08 17:41:35 01621_clickhouse_compressor: [ OK ] 1.58 sec.
2025-06-08 17:41:36 01620_fix_simple_state_arg_type: [ OK ] 1.18 sec.
2025-06-08 17:41:36 01614_with_fill_with_limit: [ OK ] 0.68 sec.
2025-06-08 17:41:36 01621_summap_check_types: [ OK ] 2.56 sec.
2025-06-08 17:41:36 01621_bar_nan_arguments: [ OK ] 2.07 sec.
2025-06-08 17:41:37 01610_client_spawn_editor: [ OK ] 0.47 sec.
2025-06-08 17:41:37 01604_explain_ast_of_nonselect_query: [ OK ] 0.68 sec.
2025-06-08 17:41:37 01600_encode_XML: [ OK ] 0.79 sec.
2025-06-08 17:41:39 01661_week_functions_string_args: [ OK ] 11.62 sec.
2025-06-08 17:41:39 01599_multiline_input_and_singleline_comments: [ OK ] 1.52 sec.
2025-06-08 17:41:39 01622_constraints_simple_optimization: [ OK ] 6.29 sec.
2025-06-08 17:41:40 01592_length_map: [ OK ] 0.87 sec.
2025-06-08 17:41:40 01611_string_to_low_cardinality_key_alter: [ OK ] 4.14 sec.
2025-06-08 17:41:40 01602_modified_julian_day_msan: [ OK ] 3.71 sec.
2025-06-08 17:41:41 01582_distinct_subquery_groupby: [ OK ] 1.51 sec.
2025-06-08 17:41:42 01595_countMatches: [ OK ] 2.96 sec.
2025-06-08 17:41:42 01651_map_functions: [ OK ] 12.07 sec.
2025-06-08 17:41:42 01562_agg_null_for_empty_ahead: [ OK ] 2.03 sec.
2025-06-08 17:41:42 01559_aggregate_null_for_empty_fix: [ OK ] 1.67 sec.
2025-06-08 17:41:42 01581_deduplicate_by_columns_replicated_long: [ OK ] 2.36 sec.
2025-06-08 17:41:42 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 5.23 sec.
2025-06-08 17:41:43 01556_explain_select_with_union_query: [ OK ] 1.31 sec.
2025-06-08 17:41:44 01560_crash_in_agg_empty_arglist: [ OK ] 3.44 sec.
2025-06-08 17:41:44 01548_create_table_compound_column_format: [ OK ] 1.36 sec.
2025-06-08 17:41:45 01554_row_number_after_cannot_read_all_data: [ OK ] 2.91 sec.
2025-06-08 17:41:45 01535_decimal_round_scale_overflow_check: [ OK ] 1.45 sec.
2025-06-08 17:41:45 01547_query_log_current_database: [ OK ] 3.00 sec.
2025-06-08 17:41:45 01544_file_engine_settings: [ OK ] 3.03 sec.
2025-06-08 17:41:46 01532_tuple_with_name_type: [ OK ] 1.36 sec.
2025-06-08 17:41:46 01533_distinct_depends_on_max_threads: [ OK ] 2.32 sec.
2025-06-08 17:41:46 01544_fromModifiedJulianDay: [ OK ] 3.04 sec.
2025-06-08 17:41:47 01514_empty_buffer_different_types: [ OK ] 1.15 sec.
2025-06-08 17:41:48 01521_format_readable_time_delta2: [ OK ] 2.20 sec.
2025-06-08 17:41:48 01513_defaults_on_defaults_no_column: [ OK ] 1.68 sec.
2025-06-08 17:41:48 01513_count_without_select_sequence_consistency_zookeeper_long: [ OK ] 2.19 sec.
2025-06-08 17:41:48 01511_different_expression_with_same_alias: [ OK ] 1.05 sec.
2025-06-08 17:41:50 01497_mutation_support_for_storage_memory: [ OK ] 1.23 sec.
2025-06-08 17:41:51 01493_table_function_null: [ OK ] 0.75 sec.
2025-06-08 17:41:51 01526_initial_query_id: [ OK ] 5.55 sec.
2025-06-08 17:41:51 01550_type_map_formats_input: [ OK ] 8.99 sec.
2025-06-08 17:41:51 01505_trivial_count_with_partition_predicate: [ OK ] 3.44 sec.
2025-06-08 17:41:52 01490_nullable_string_to_enum: [ OK ] 0.92 sec.
2025-06-08 17:41:53 01529_bad_memory_tracking: [ OK ] 7.39 sec.
2025-06-08 17:41:53 01476_right_full_join_switch: [ OK ] 2.07 sec.
2025-06-08 17:41:53 01475_read_subcolumns_2: [ OK ] 1.96 sec.
2025-06-08 17:41:54 01471_with_format: [ OK ] 0.78 sec.
2025-06-08 17:41:54 01475_read_subcolumns_3: [ OK ] 2.22 sec.
2025-06-08 17:41:54 01470_columns_transformers2: [ OK ] 1.06 sec.
2025-06-08 17:41:54 01470_explain: [ OK ] 0.73 sec.
2025-06-08 17:41:56 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 1.35 sec.
2025-06-08 17:41:56 01458_is_decimal_overflow: [ OK ] 1.83 sec.
2025-06-08 17:41:57 01455_nullable_type_with_if_agg_combinator: [ OK ] 0.95 sec.
2025-06-08 17:41:57 01453_normalize_query_alias_uuid: [ OK ] 0.70 sec.
2025-06-08 17:41:59 01470_columns_transformers: [ OK ] 5.89 sec.
2025-06-08 17:42:00 01451_detach_drop_part: [ OK ] 3.65 sec.
2025-06-08 17:42:01 01451_replicated_detach_drop_part_long: [ OK ] 3.53 sec.
2025-06-08 17:42:01 01441_array_combinator: [ OK ] 0.77 sec.
2025-06-08 17:42:02 01451_wrong_error_long_query: [ OK ] 2.41 sec.
2025-06-08 17:42:02 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 10.09 sec.
2025-06-08 17:42:02 01431_utf8_ubsan: [ OK ] 0.77 sec.
2025-06-08 17:42:02 01430_fix_any_rewrite_aliases: [ OK ] 0.62 sec.
2025-06-08 17:42:03 01504_rocksdb: [ OK ] 14.14 sec.
2025-06-08 17:42:03 01428_hash_set_nan_key: [ OK ] 1.19 sec.
2025-06-08 17:42:03 01425_default_value_of_type_name: [ OK ] 0.70 sec.
2025-06-08 17:42:03 01427_pk_and_expression_with_different_type: [ OK ] 0.91 sec.
2025-06-08 17:42:05 01418_index_analysis_bug: [ OK ] 1.63 sec.
2025-06-08 17:42:05 01421_assert_in_in: [ OK ] 2.14 sec.
2025-06-08 17:42:05 01655_plan_optimizations: [ OK ] 36.19 sec.
2025-06-08 17:42:05 01424_parse_date_time_bad_date: [ OK ] 2.46 sec.
2025-06-08 17:42:06 01413_truncate_without_table_keyword: [ OK ] 1.09 sec.
2025-06-08 17:42:06 01425_decimal_parse_big_negative_exponent: [ OK ] 3.53 sec.
2025-06-08 17:42:07 01442_date_time_with_params: [ OK ] 6.33 sec.
2025-06-08 17:42:07 01410_nullable_key_and_index_negate_cond: [ OK ] 1.88 sec.
2025-06-08 17:42:08 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 1.41 sec.
2025-06-08 17:42:08 01409_topK_merge: [ OK ] 1.65 sec.
2025-06-08 17:42:08 01410_full_join_and_null_predicates: [ OK ] 2.57 sec.
2025-06-08 17:42:08 01398_in_tuple_func: [ OK ] 1.23 sec.
2025-06-08 17:42:09 01388_multi_if_optimization: [ OK ] 0.70 sec.
2025-06-08 17:42:09 01390_remove_injective_in_uniq: [ OK ] 1.31 sec.
2025-06-08 17:42:09 01376_array_fill_empty: [ OK ] 0.77 sec.
2025-06-08 17:42:10 01359_geodistance_loop: [ OK ] 0.59 sec.
2025-06-08 17:42:10 01375_null_issue_3767: [ OK ] 0.91 sec.
2025-06-08 17:42:10 01412_group_array_moving_shard: [ OK ] 5.01 sec.
2025-06-08 17:42:11 01354_order_by_tuple_collate_const: [ OK ] 0.67 sec.
2025-06-08 17:42:11 01387_clear_column_default_depends: [ OK ] 3.20 sec.
2025-06-08 17:42:12 01358_mutation_delete_null_rows: [ OK ] 1.54 sec.
2025-06-08 17:42:12 01353_neighbor_overflow: [ OK ] 1.34 sec.
2025-06-08 17:42:12 01460_line_as_string_format: [ OK ] 17.98 sec.
2025-06-08 17:42:12 01353_topk_enum: [ OK ] 0.74 sec.
2025-06-08 17:42:13 01328_bad_peephole_optimization: [ OK ] 0.69 sec.
2025-06-08 17:42:13 01352_generate_random_overflow: [ OK ] 0.97 sec.
2025-06-08 17:42:14 01339_client_unrecognized_option: [ OK ] 1.91 sec.
2025-06-08 17:42:15 01323_add_scalars_in_time: [ OK ] 1.99 sec.
2025-06-08 17:42:15 01321_monotonous_functions_in_order_by: [ OK ] 2.69 sec.
2025-06-08 17:42:16 01323_redundant_functions_in_order_by: [ OK ] 3.50 sec.
2025-06-08 17:42:16 01312_case_insensitive_regexp: [ OK ] 0.97 sec.
2025-06-08 17:42:16 01307_polygon_perimeter: [ OK ] 0.61 sec.
2025-06-08 17:42:16 01353_nullable_tuple: [ OK ] 5.43 sec.
2025-06-08 17:42:17 01292_quantile_array_bug: [ OK ] 0.68 sec.
2025-06-08 17:42:17 01293_external_sorting_limit_bug: [ OK ] 0.88 sec.
2025-06-08 17:42:18 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 29.85 sec.
2025-06-08 17:42:18 01300_wkt: [ OK ] 2.11 sec.
2025-06-08 17:42:18 01284_view_and_extremes_bug: [ OK ] 0.95 sec.
2025-06-08 17:42:19 01284_escape_sequences_php_mysql_style: [ OK ] 1.45 sec.
2025-06-08 17:42:19 01300_svg: [ OK ] 3.40 sec.
2025-06-08 17:42:19 01380_nullable_state: [ OK ] 10.83 sec.
2025-06-08 17:42:20 01280_null_in: [ OK ] 1.15 sec.
2025-06-08 17:42:22 01283_max_threads_simple_query_optimization: [ OK ] 3.78 sec.
2025-06-08 17:42:22 01280_min_map_max_map: [ OK ] 3.32 sec.
2025-06-08 17:42:22 01317_no_password_in_command_line: [ OK ] 8.23 sec.
2025-06-08 17:42:23 01276_alter_rename_column_materialized_expr: [ OK ] 2.59 sec.
2025-06-08 17:42:24 01274_alter_rename_column_distributed: [ OK ] 1.53 sec.
2025-06-08 17:42:25 01264_nested_baloo_bear: [ OK ] 1.07 sec.
2025-06-08 17:42:25 01284_port: [ OK ] 7.24 sec.
2025-06-08 17:42:25 01268_mv_scalars: [ OK ] 3.01 sec.
2025-06-08 17:42:25 01267_alter_default_key_columns_zookeeper_long: [ OK ] 2.24 sec.
2025-06-08 17:42:26 01247_least_greatest_filimonov: [ OK ] 0.71 sec.
2025-06-08 17:42:26 01277_fromUnixTimestamp64: [ OK ] 6.82 sec.
2025-06-08 17:42:26 01256_misspell_layout_name_podshumok: [ OK ] 1.15 sec.
2025-06-08 17:42:26 01281_parseDateTime64BestEffort: [ OK ] 8.26 sec.
2025-06-08 17:42:26 01259_datetime64_ubsan: [ OK ] 1.64 sec.
2025-06-08 17:42:27 01276_random_string: [ OK ] 5.79 sec.
2025-06-08 17:42:28 01186_conversion_to_nullable: [ OK ] 1.19 sec.
2025-06-08 17:42:28 01214_test_storage_merge_aliases_with_where: [ OK ] 2.07 sec.
2025-06-08 17:42:29 01213_alter_rename_nested: [ OK ] 2.40 sec.
2025-06-08 17:42:30 01196_max_parser_depth: [ OK ] 3.71 sec.
2025-06-08 17:42:31 01143_trivial_count_with_join: [ OK ] 1.13 sec.
2025-06-08 17:42:34 01139_asof_join_types: [ OK ] 2.70 sec.
2025-06-08 17:42:34 01176_mysql_client_interactive: [ OK ] 6.37 sec.
2025-06-08 17:42:34 01244_optimize_distributed_group_by_sharding_key: [ OK ] 8.75 sec.
2025-06-08 17:42:35 01182_materialized_view_different_structure: [ OK ] 7.54 sec.
2025-06-08 17:42:35 01131_max_rows_to_sort: [ OK ] 1.01 sec.
2025-06-08 17:42:35 01136_multiple_sets: [ OK ] 1.14 sec.
2025-06-08 17:42:35 01137_sample_final: [ OK ] 1.18 sec.
2025-06-08 17:42:37 01214_point_in_Mecca: [ OK ] 11.34 sec.
2025-06-08 17:42:38 01104_distributed_one_test: [ OK ] 2.15 sec.
2025-06-08 17:42:38 01119_optimize_trivial_insert_select: [ OK ] 3.04 sec.
2025-06-08 17:42:39 01100_split_by_string: [ OK ] 0.93 sec.
2025-06-08 17:42:39 01125_generate_random_qoega: [ OK ] 4.04 sec.
2025-06-08 17:42:39 01096_block_serialized_state: [ OK ] 0.68 sec.
2025-06-08 17:42:40 01097_one_more_range_reader_test_wide_part: [ OK ] 1.37 sec.
2025-06-08 17:42:40 01085_extract_all_empty: [ OK ] 0.70 sec.
2025-06-08 17:42:40 01088_array_slice_of_aggregate_functions: [ OK ] 0.90 sec.
2025-06-08 17:42:40 01101_literal_column_clash: [ OK ] 3.00 sec.
2025-06-08 17:42:41 01084_regexp_empty: [ OK ] 0.89 sec.
2025-06-08 17:42:41 01082_bit_test_out_of_bound: [ OK ] 0.81 sec.
2025-06-08 17:42:41 01081_demangle: [ OK ] 0.71 sec.
2025-06-08 17:42:42 01083_aggregation_memory_efficient_bug: [ OK ] 2.38 sec.
2025-06-08 17:42:43 01165_lost_part_empty_partition: [ OK ] 14.60 sec.
2025-06-08 17:42:44 01079_bit_operations_using_bitset: [ OK ] 1.40 sec.
2025-06-08 17:42:44 01076_range_reader_segfault: [ OK ] 1.13 sec.
2025-06-08 17:42:45 01155_old_mutation_parts_to_do: [ OK ] 16.77 sec.
2025-06-08 17:42:46 01076_predicate_optimizer_with_view: [ OK ] 1.82 sec.
2025-06-08 17:42:47 01083_window_view_select: [ OK ] 6.77 sec.
2025-06-08 17:42:48 01073_show_tables_not_like: [ OK ] 1.61 sec.
2025-06-08 17:42:49 01072_drop_temporary_table_with_same_name: [ OK ] 1.69 sec.
2025-06-08 17:42:50 01072_select_constant_limit: [ OK ] 0.73 sec.
2025-06-08 17:42:50 01080_window_view_inner_table_memory_hop: [ OK ] 8.82 sec.
2025-06-08 17:42:51 01070_h3_to_parent: [ OK ] 0.77 sec.
2025-06-08 17:42:52 01070_string_to_h3: [ OK ] 0.72 sec.
2025-06-08 17:42:52 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 5.07 sec.
2025-06-08 17:42:53 01067_join_null: [ OK ] 0.99 sec.
2025-06-08 17:42:53 01075_window_view_proc_tumble_to_now_populate: [ OK ] 7.67 sec.
2025-06-08 17:42:53 01069_materialized_view_alter_target_table: [ OK ] 1.46 sec.
2025-06-08 17:42:55 01065_if_not_finite: [ OK ] 1.56 sec.
2025-06-08 17:42:56 01079_bad_alters_zookeeper_long: [ OK ] 14.30 sec.
2025-06-08 17:42:56 01053_if_chain_check: [ OK ] 1.22 sec.
2025-06-08 17:42:57 01076_json_each_row_array: [ OK ] 12.53 sec.
2025-06-08 17:42:57 01051_same_name_alias_with_joins: [ OK ] 1.38 sec.
2025-06-08 17:42:58 01071_window_view_event_tumble_asc_join: [ OK ] 7.37 sec.
2025-06-08 17:42:58 01050_group_array_sample: [ OK ] 0.89 sec.
2025-06-08 17:42:59 01051_window_view_parser_hop: [ OK ] 2.41 sec.
2025-06-08 17:42:59 01051_new_any_join_engine: [ OK ] 3.29 sec.
2025-06-08 17:42:59 01050_engine_join_crash: [ OK ] 2.15 sec.
2025-06-08 17:43:00 01047_no_alias_columns_with_table_aliases: [ OK ] 1.30 sec.
2025-06-08 17:43:01 01041_h3_is_valid: [ OK ] 0.75 sec.
2025-06-08 17:43:01 01043_categorical_iv: [ OK ] 1.83 sec.
2025-06-08 17:43:02 01045_array_zip: [ OK ] 2.24 sec.
2025-06-08 17:43:02 01042_check_query_and_last_granule_size: [ OK ] 2.02 sec.
2025-06-08 17:43:03 01037_zookeeper_check_table_empty_pk: [ OK ] 1.54 sec.
2025-06-08 17:43:03 01039_mergetree_exec_time: [ OK ] 2.39 sec.
2025-06-08 17:43:03 01039_row_policy_dcl: [ OK ] 2.03 sec.
2025-06-08 17:43:03 01055_window_view_proc_hop_to: [ OK ] 10.13 sec.
2025-06-08 17:43:04 01034_unknown_qualified_column_in_join: [ OK ] 2.37 sec.
2025-06-08 17:43:04 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 1.22 sec.
2025-06-08 17:43:05 01032_cityHash64_for_UUID: [ OK ] 1.37 sec.
2025-06-08 17:43:05 01025_array_compact_generic: [ OK ] 1.37 sec.
2025-06-08 17:43:05 01020_function_char: [ OK ] 0.76 sec.
2025-06-08 17:43:06 01020_function_array_compact: [ OK ] 1.17 sec.
2025-06-08 17:43:06 01031_pmj_new_any_semi_join: [ OK ] 2.30 sec.
2025-06-08 17:43:07 01019_array_fill: [ OK ] 1.01 sec.
2025-06-08 17:43:07 01030_limit_by_with_ties_error: [ OK ] 3.54 sec.
2025-06-08 17:43:07 01019_materialized_view_select_extra_columns: [ OK ] 1.72 sec.
2025-06-08 17:43:08 01016_macros: [ OK ] 0.79 sec.
2025-06-08 17:43:08 01017_bithamming_distance: [ OK ] 1.45 sec.
2025-06-08 17:43:08 01013_hex_decimal: [ OK ] 0.95 sec.
2025-06-08 17:43:10 01010_pm_join_all_join_bug: [ OK ] 1.98 sec.
2025-06-08 17:43:10 01011_test_create_as_skip_indices: [ OK ] 2.37 sec.
2025-06-08 17:43:10 01018_Distributed__shard_num: [ OK ] 4.48 sec.
2025-06-08 17:43:11 01010_pmj_on_disk: [ OK ] 2.25 sec.
2025-06-08 17:43:11 01009_global_array_join_names: [ OK ] 1.12 sec.
2025-06-08 17:43:11 01001_enums_in_in_section: [ OK ] 0.80 sec.
2025-06-08 17:43:12 01018_ddl_dictionaries_select: [ OK ] 6.59 sec.
2025-06-08 17:43:12 00999_join_not_nullable_types: [ OK ] 1.08 sec.
2025-06-08 17:43:13 01000_unneeded_substitutions_client: [ OK ] 1.99 sec.
2025-06-08 17:43:13 00996_neighbor: [ OK ] 2.13 sec.
2025-06-08 17:43:14 00981_no_virtual_columns: [ OK ] 1.17 sec.
2025-06-08 17:43:15 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read: [ OK ] 1.72 sec.
2025-06-08 17:43:15 00976_system_stop_ttl_merges: [ OK ] 2.66 sec.
2025-06-08 17:43:17 00968_roundAge: [ OK ] 1.01 sec.
2025-06-08 17:43:17 00957_delta_diff_bug: [ OK ] 1.13 sec.
2025-06-08 17:43:18 00956_join_use_nulls_with_array_column: [ OK ] 1.00 sec.
2025-06-08 17:43:18 00980_merge_alter_settings: [ OK ] 5.69 sec.
2025-06-08 17:43:19 01111_create_drop_replicated_db_stress: [ OK ] 43.06 sec.
2025-06-08 17:43:25 00952_insert_into_distributed_with_materialized_column: [ OK ] 6.44 sec.
2025-06-08 17:43:26 00973_uniq_non_associativity: [ OK ] 12.17 sec.
2025-06-08 17:43:26 01004_rename_deadlock: [ OK ] 15.44 sec.
2025-06-08 17:43:27 00952_part_frozen_info: [ OK ] 1.45 sec.
2025-06-08 17:43:27 00955_complex_prepared_statements: [ OK ] 10.15 sec.
2025-06-08 17:43:28 00953_constraints_operations: [ OK ] 9.86 sec.
2025-06-08 17:43:28 00947_ml_test: [ OK ] 2.17 sec.
2025-06-08 17:43:28 00942_mv_rename_table: [ OK ] 1.28 sec.
2025-06-08 17:43:28 00940_max_parts_in_total: [ OK ] 1.45 sec.
2025-06-08 17:43:29 00939_limit_by_offset: [ OK ] 1.13 sec.
2025-06-08 17:43:29 00938_dataset_test: [ OK ] 1.13 sec.
2025-06-08 17:43:29 00938_test_retention_function: [ OK ] 1.13 sec.
2025-06-08 17:43:30 00937_ipv4_cidr_range: [ OK ] 1.50 sec.
2025-06-08 17:43:32 00936_function_result_with_operator_in: [ OK ] 2.34 sec.
2025-06-08 17:43:32 00936_crc_functions: [ OK ] 1.44 sec.
2025-06-08 17:43:35 00933_alter_ttl: [ OK ] 3.01 sec.
2025-06-08 17:43:37 00930_arrayIntersect: [ OK ] 2.19 sec.
2025-06-08 17:43:39 00934_is_valid_utf8: [ OK ] 7.32 sec.
2025-06-08 17:43:39 00927_asof_join_noninclusive: [ OK ] 1.97 sec.
2025-06-08 17:43:40 00952_input_function: [ OK ] 21.21 sec.
2025-06-08 17:43:40 00937_test_use_header_csv: [ OK ] 11.22 sec.
2025-06-08 17:43:41 00917_multiple_joins_denny_crane: [ OK ] 1.24 sec.
2025-06-08 17:43:42 00916_add_materialized_column_after: [ OK ] 0.90 sec.
2025-06-08 17:43:42 00916_join_using_duplicate_columns: [ OK ] 2.17 sec.
2025-06-08 17:43:43 00914_replicate: [ OK ] 0.75 sec.
2025-06-08 17:43:44 00936_substring_utf8_non_const: [ OK ] 15.18 sec.
2025-06-08 17:43:45 00925_zookeeper_empty_replicated_merge_tree_optimize_final_long: [ OK ] 5.92 sec.
2025-06-08 17:43:46 00910_crash_when_distributed_modify_order_by: [ OK ] 1.24 sec.
2025-06-08 17:43:46 00904_array_with_constant_2: [ OK ] 0.90 sec.
2025-06-08 17:43:46 00900_long_parquet: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:43:47 00901_joint_entropy: [ OK ] 1.04 sec.
2025-06-08 17:43:47 00913_many_threads: [ OK ] 4.57 sec.
2025-06-08 17:43:47 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 4.50 sec.
2025-06-08 17:43:48 00876_wrong_arraj_join_column: [ OK ] 0.95 sec.
2025-06-08 17:43:48 00856_no_column_issue_4242: [ OK ] 1.21 sec.
2025-06-08 17:43:49 01059_storage_file_compression: [ OK ] 55.65 sec.
2025-06-08 17:43:50 00880_decimal_in_key: [ OK ] 4.07 sec.
2025-06-08 17:43:51 00847_multiple_join_same_column: [ OK ] 2.94 sec.
2025-06-08 17:43:51 00851_http_insert_json_defaults: [ OK ] 3.81 sec.
2025-06-08 17:43:51 00927_asof_join_other_types: [ OK ] 12.28 sec.
2025-06-08 17:43:51 00831_quantile_weighted_parameter_check: [ OK ] 1.25 sec.
2025-06-08 17:43:52 00825_http_header_query_id: [ OK ] 1.28 sec.
2025-06-08 17:43:53 00834_limit_with_constant_expressions: [ OK ] 4.10 sec.
2025-06-08 17:43:53 00821_distributed_storage_with_join_on: [ OK ] 1.96 sec.
2025-06-08 17:43:53 00814_parsing_ub: [ OK ] 0.85 sec.
2025-06-08 17:43:54 00810_in_operators_segfault: [ OK ] 0.78 sec.
2025-06-08 17:43:54 00836_indices_alter_replicated_zookeeper_long: [ OK ] 5.68 sec.
2025-06-08 17:43:55 00826_cross_to_inner_join: [ OK ] 4.44 sec.
2025-06-08 17:43:55 00753_distributed_system_columns_and_system_tables: [ OK ] 1.31 sec.
2025-06-08 17:43:58 00753_alter_destination_for_storage_buffer: [ OK ] 2.69 sec.
2025-06-08 17:43:58 00945_bloom_filter_index: [ OK ] 32.29 sec.
2025-06-08 17:43:58 00753_quantile_format: [ OK ] 2.65 sec.
2025-06-08 17:43:59 00752_low_cardinality_array_result: [ OK ] 0.67 sec.
2025-06-08 17:43:59 00754_alter_modify_column_partitions: [ OK ] 5.40 sec.
2025-06-08 17:43:59 00752_low_cardinality_left_array_join: [ OK ] 1.19 sec.
2025-06-08 17:44:00 00742_require_join_strictness: [ OK ] 0.92 sec.
2025-06-08 17:44:01 00745_compile_scalar_subquery: [ OK ] 1.65 sec.
2025-06-08 17:44:01 00740_optimize_predicate_expression: [ OK ] 1.43 sec.
2025-06-08 17:44:02 00823_sequence_match_dfa: [ OK ] 10.20 sec.
2025-06-08 17:44:02 00732_decimal_summing_merge_tree: [ OK ] 1.21 sec.
2025-06-08 17:44:03 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 2.51 sec.
2025-06-08 17:44:04 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 2.53 sec.
2025-06-08 17:44:05 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long: [ OK ] 2.57 sec.
2025-06-08 17:44:05 00732_quorum_insert_simple_test_2_parts_zookeeper_long: [ OK ] 1.98 sec.
2025-06-08 17:44:06 00726_length_aliases: [ OK ] 0.74 sec.
2025-06-08 17:44:06 00738_lock_for_inner_table: [ OK ] 5.66 sec.
2025-06-08 17:44:06 00753_alter_attach: [ OK ] 8.13 sec.
2025-06-08 17:44:07 00725_memory_tracking: [ FAIL ] 1.61 sec. - return code: 128
2025-06-08 17:44:07 [b5a944656727] 2025.06.08 09:44:07.385646 [ 12226 ] {7a9a266a-bc4d-4293-a4c2-94f4d31dfc2b} executeQuery: Code: 128. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:57410) (comment: 00725_memory_tracking.sql) (in query: SELECT length(range(100000000));), Stack trace (when copying this message, always include the lines below):
2025-06-08 17:44:07
2025-06-08 17:44:07 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e8c8189
2025-06-08 17:44:07 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0f4c93
2025-06-08 17:44:07 2. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000ad48d8c
2025-06-08 17:44:07 3. ./build_docker/./src/Columns/ColumnArray.cpp:140: DB::ColumnArray::get(unsigned long, DB::Field&) const @ 0x0000000036a2acb0
2025-06-08 17:44:07 4. ./src/Columns/ColumnConst.h:77: DB::ColumnConst::get(unsigned long, DB::Field&) const @ 0x0000000036b26110
2025-06-08 17:44:07 5. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:6209: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x0000000034822024
2025-06-08 17:44:07 6. ./contrib/llvm-project/libcxx/include/vector:543: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x00000000347bf46c
2025-06-08 17:44:07 7. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x00000000347bc768
2025-06-08 17:44:07 8. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:5548: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000003480d8cd
2025-06-08 17:44:07 9. ./contrib/llvm-project/libcxx/include/vector:543: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x00000000347bf46c
2025-06-08 17:44:07 10. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x00000000347bc768
2025-06-08 17:44:07 11. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x00000000347dd543
2025-06-08 17:44:07 12. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000003479dd4e
2025-06-08 17:44:07 13. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000034794090
2025-06-08 17:44:07 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:0: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x00000000347822a4
2025-06-08 17:44:07 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x000000003573eae0
2025-06-08 17:44:07 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000035735ba5
2025-06-08 17:44:07 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:0: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x0000000035741b75
2025-06-08 17:44:07 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:270: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000357412d3
2025-06-08 17:44:07 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x00000000355a9644
2025-06-08 17:44:07 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1135: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x00000000365a307d
2025-06-08 17:44:07 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1376: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000365973c3
2025-06-08 17:44:07 22. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:723: DB::TCPHandler::runImpl() @ 0x000000003a506fe8
2025-06-08 17:44:07 23. ./build_docker/./src/Server/TCPHandler.cpp:0: DB::TCPHandler::run() @ 0x000000003a55681c
2025-06-08 17:44:07 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x000000003e5760c0
2025-06-08 17:44:07 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: Poco::Net::TCPServerDispatcher::run() @ 0x000000003e576f41
2025-06-08 17:44:07 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:0: Poco::PooledThread::run() @ 0x000000003e9fe446
2025-06-08 17:44:07 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:46: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x000000003e9fb20e
2025-06-08 17:44:07 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:350: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003e9f80f2
2025-06-08 17:44:07 29. ? @ 0x00007fd75ec36ac3
2025-06-08 17:44:07 30. ? @ 0x00007fd75ecc8850
2025-06-08 17:44:07
2025-06-08 17:44:07 Received exception from server (version 24.3.18):
2025-06-08 17:44:07 Code: 128. DB::Exception: Received from localhost:9000. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE)
2025-06-08 17:44:07 (query: SELECT length(range(100000000));)
2025-06-08 17:44:07 , result:
2025-06-08 17:44:07
2025-06-08 17:44:07 0
2025-06-08 17:44:07
2025-06-08 17:44:07 stdout:
2025-06-08 17:44:07 0
2025-06-08 17:44:07
2025-06-08 17:44:07
2025-06-08 17:44:07 Settings used in the test: --max_insert_threads 13 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 43630962 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 526214 --prefer_localhost_replica 1 --max_block_size 8566 --max_threads 39 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 35 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 31282608 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1407299794 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 8 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 4873249795 --max_bytes_before_external_group_by 8119428287 --max_bytes_before_remerge_sort 957318803 --min_compress_block_size 2872334 --max_compress_block_size 801441 --merge_tree_compact_parts_min_granules_to_multibuffer_read 90 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 2777181 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --prefer_warmed_unmerged_parts_seconds 3 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.7
2025-06-08 17:44:07
2025-06-08 17:44:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 599551 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 13379478 --merge_max_block_size 4989 --index_granularity 54654 --min_bytes_for_wide_part 0 --marks_compress_block_size 61758 --primary_key_compress_block_size 56337 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 20532431 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 7259616 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 69 --old_parts_lifetime 480
2025-06-08 17:44:07
2025-06-08 17:44:07 Database: test_wbo2frso
2025-06-08 17:44:07 00729_prewhere_array_join: [ OK ] 3.08 sec.
2025-06-08 17:44:08 00800_low_cardinality_merge_join: [ OK ] 14.04 sec.
2025-06-08 17:44:08 00712_prewhere_with_final: [ OK ] 1.27 sec.
2025-06-08 17:44:08 00709_virtual_column_partition_id: [ OK ] 1.04 sec.
2025-06-08 17:44:08 00700_decimal_with_default_precision_and_scale: [ OK ] 1.01 sec.
2025-06-08 17:44:09 00700_decimal_formats: [ OK ] 1.33 sec.
2025-06-08 17:44:10 00688_low_cardinality_defaults: [ OK ] 1.02 sec.
2025-06-08 17:44:11 00685_output_format_json_escape_forward_slashes: [ OK ] 0.77 sec.
2025-06-08 17:44:12 00679_replace_asterisk: [ OK ] 0.91 sec.
2025-06-08 17:44:14 00688_low_cardinality_dictionary_deserialization: [ OK ] 5.99 sec.
2025-06-08 17:44:18 00662_array_has_nullable: [ OK ] 3.05 sec.
2025-06-08 17:44:18 00717_merge_and_distributed: [ OK ] 12.01 sec.
2025-06-08 17:44:19 00662_has_nullable: [ OK ] 1.72 sec.
2025-06-08 17:44:20 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 1.99 sec.
2025-06-08 17:44:20 00715_fetch_merged_or_mutated_part_zookeeper: [ OK ] 13.91 sec.
2025-06-08 17:44:20 00653_monotonic_integer_cast: [ OK ] 0.99 sec.
2025-06-08 17:44:21 00700_to_decimal_or_something_1: [ OK ] 13.76 sec.
2025-06-08 17:44:22 00650_array_enumerate_uniq_with_tuples: [ OK ] 1.87 sec.
2025-06-08 17:44:22 00647_select_numbers_with_offset: [ OK ] 0.68 sec.
2025-06-08 17:44:22 00673_subquery_prepared_set_performance: [ OK ] 10.19 sec.
2025-06-08 17:44:23 00700_decimal_arithm: [ OK ] 14.43 sec.
2025-06-08 17:44:25 00623_replicated_truncate_table_zookeeper_long: [ OK ] 1.97 sec.
2025-06-08 17:44:25 00622_select_in_parens: [ OK ] 0.74 sec.
2025-06-08 17:44:27 00623_in_partition_key: [ OK ] 4.65 sec.
2025-06-08 17:44:28 00621_regression_for_in_operator: [ OK ] 2.42 sec.
2025-06-08 17:44:29 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 2.01 sec.
2025-06-08 17:44:29 00619_union_highlite: [ OK ] 1.05 sec.
2025-06-08 17:44:30 00617_array_in: [ OK ] 1.26 sec.
2025-06-08 17:44:30 00619_extract: [ OK ] 1.30 sec.
2025-06-08 17:44:31 00608_uniq_array: [ OK ] 0.94 sec.
2025-06-08 17:44:32 00610_materialized_view_forward_alter_partition_statements: [ OK ] 1.46 sec.
2025-06-08 17:44:32 00650_csv_with_specified_quote_rule: [ OK ] 11.59 sec.
2025-06-08 17:44:33 00607_index_in_in: [ OK ] 1.44 sec.
2025-06-08 17:44:33 00593_union_all_assert_columns_removed: [ OK ] 1.00 sec.
2025-06-08 17:44:34 00590_limit_by_column_removal: [ OK ] 0.92 sec.
2025-06-08 17:44:35 00589_removal_unused_columns_aggregation: [ OK ] 2.08 sec.
2025-06-08 17:44:36 00581_limit_on_result_and_subquery_and_insert: [ OK ] 0.95 sec.
2025-06-08 17:44:37 00585_union_all_subquery_aggregation_column_removal: [ OK ] 2.56 sec.
2025-06-08 17:44:37 00594_alias_in_distributed: [ OK ] 4.96 sec.
2025-06-08 17:44:38 00568_empty_function_with_fixed_string: [ OK ] 0.99 sec.
2025-06-08 17:44:38 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 15.99 sec.
2025-06-08 17:44:39 00578_merge_table_sampling: [ OK ] 2.27 sec.
2025-06-08 17:44:39 00564_temporary_table_management: [ OK ] 0.85 sec.
2025-06-08 17:44:39 00558_parse_floats: [ OK ] 0.70 sec.
2025-06-08 17:44:40 00555_right_join_excessive_rows: [ OK ] 0.78 sec.
2025-06-08 17:44:40 00556_array_intersect: [ OK ] 1.35 sec.
2025-06-08 17:44:41 00552_logical_functions_uint8_as_bool: [ OK ] 0.77 sec.
2025-06-08 17:44:41 00545_weird_aggregate_functions: [ OK ] 0.91 sec.
2025-06-08 17:44:42 00542_access_to_temporary_table_in_readonly_mode: [ OK ] 1.01 sec.
2025-06-08 17:44:42 00574_empty_strings_deserialization: [ OK ] 5.24 sec.
2025-06-08 17:44:42 00554_nested_and_table_engines: [ OK ] 3.03 sec.
2025-06-08 17:44:42 00538_datediff_plural_units: [ OK ] 1.13 sec.
2025-06-08 17:44:43 00527_totals_having_nullable: [ OK ] 0.94 sec.
2025-06-08 17:44:46 00517_date_parsing: [ OK ] 2.56 sec.
2025-06-08 17:44:48 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 2.32 sec.
2025-06-08 17:44:48 00652_mutations_alter_update: [ OK ] 28.57 sec.
2025-06-08 17:44:49 00492_drop_temporary_table: [ OK ] 0.91 sec.
2025-06-08 17:44:51 00488_column_name_primary: [ OK ] 1.00 sec.
2025-06-08 17:44:52 00482_subqueries_and_aliases: [ OK ] 1.01 sec.
2025-06-08 17:44:57 00515_enhanced_time_zones: [ OK ] 8.23 sec.
2025-06-08 17:44:57 00473_output_format_json_quote_denormals: [ OK ] 5.19 sec.
2025-06-08 17:44:58 00472_create_view_if_not_exists: [ OK ] 0.85 sec.
2025-06-08 17:44:58 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 1.16 sec.
2025-06-08 17:44:59 00465_nullable_default: [ OK ] 0.91 sec.
2025-06-08 17:45:00 00467_qualified_names: [ OK ] 1.87 sec.
2025-06-08 17:45:00 00464_array_element_out_of_range: [ OK ] 0.75 sec.
2025-06-08 17:45:01 00460_vertical_and_totals_extremes: [ OK ] 1.11 sec.
2025-06-08 17:45:01 00459_group_array_insert_at: [ OK ] 1.42 sec.
2025-06-08 17:45:02 00450_higher_order_and_nullable: [ OK ] 0.78 sec.
2025-06-08 17:45:02 00448_to_string_cut_to_zero: [ OK ] 0.82 sec.
2025-06-08 17:45:03 00449_filter_array_nullable_tuple: [ OK ] 1.29 sec.
2025-06-08 17:45:04 00444_join_use_nulls: [ OK ] 1.54 sec.
2025-06-08 17:45:05 00439_fixed_string_filter: [ OK ] 0.76 sec.
2025-06-08 17:45:05 00441_nulls_in: [ OK ] 2.44 sec.
2025-06-08 17:45:06 00429_point_in_ellipses: [ OK ] 0.82 sec.
2025-06-08 17:45:08 00426_nulls_sorting: [ OK ] 1.56 sec.
2025-06-08 17:45:09 00437_nulls_first_last: [ OK ] 4.08 sec.
2025-06-08 17:45:11 00804_test_alter_compression_codecs: [ OK ] 77.36 sec.
2025-06-08 17:45:12 00411_merge_tree_where_const_in_set: [ OK ] 1.33 sec.
2025-06-08 17:45:13 00417_kill_query: [ OK ] 5.54 sec.
2025-06-08 17:45:14 00394_new_nested_column_keeps_offsets: [ OK ] 1.40 sec.
2025-06-08 17:45:14 00389_concat_operator: [ OK ] 0.70 sec.
2025-06-08 17:45:17 00392_enum_nested_alter: [ OK ] 3.76 sec.
2025-06-08 17:45:18 00373_group_by_tuple: [ OK ] 0.85 sec.
2025-06-08 17:45:20 00370_duplicate_columns_in_subqueries: [ OK ] 1.46 sec.
2025-06-08 17:45:21 00362_great_circle_distance: [ OK ] 0.84 sec.
2025-06-08 17:45:21 00358_from_string_complex_types: [ OK ] 0.75 sec.
2025-06-08 17:45:22 00356_analyze_aggregations_and_union_all: [ OK ] 0.67 sec.
2025-06-08 17:45:23 00353_join_by_tuple: [ OK ] 0.72 sec.
2025-06-08 17:45:25 00348_tuples: [ OK ] 1.95 sec.
2025-06-08 17:45:25 00534_functions_bad_arguments1: [ OK ] 42.93 sec.
2025-06-08 17:45:27 00338_replicate_array_of_strings: [ OK ] 1.41 sec.
2025-06-08 17:45:27 00339_parsing_bad_arrays: [ OK ] 1.47 sec.
2025-06-08 17:45:27 00626_replace_partition_from_table_zookeeper: [ OK ] 65.08 sec.
2025-06-08 17:45:28 00331_final_and_prewhere: [ OK ] 1.34 sec.
2025-06-08 17:45:28 00320_between: [ OK ] 0.68 sec.
2025-06-08 17:45:30 00293_shard_max_subquery_depth: [ OK ] 1.60 sec.
2025-06-08 17:45:31 00277_array_filter: [ OK ] 0.89 sec.
2025-06-08 17:45:32 00310_tskv: [ OK ] 4.01 sec.
2025-06-08 17:45:33 00260_like_and_curly_braces: [ OK ] 2.06 sec.
2025-06-08 17:45:33 00252_shard_global_in_aggregate_function: [ OK ] 1.41 sec.
2025-06-08 17:45:34 00251_has_types: [ OK ] 1.51 sec.
2025-06-08 17:45:36 00209_insert_select_extremes: [ OK ] 1.23 sec.
2025-06-08 17:45:36 00411_long_accurate_number_comparison_int4: [ OK ] 26.56 sec.
2025-06-08 17:45:37 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 1.27 sec.
2025-06-08 17:45:38 00197_if_fixed_string: [ OK ] 1.27 sec.
2025-06-08 17:45:38 00205_scalar_subqueries: [ OK ] 2.67 sec.
2025-06-08 17:45:39 00534_functions_bad_arguments4_long: [ OK ] 57.23 sec.
2025-06-08 17:45:39 00196_float32_formatting: [ OK ] 0.96 sec.
2025-06-08 17:45:40 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.63 sec.
2025-06-08 17:45:40 00191_aggregating_merge_tree_and_final: [ OK ] 1.50 sec.
2025-06-08 17:45:41 00172_constexprs_in_set: [ OK ] 0.94 sec.
2025-06-08 17:45:41 00177_inserts_through_http_parts: [ OK ] 1.65 sec.
2025-06-08 17:45:41 00240_replace_substring_loop: [ OK ] 7.92 sec.
2025-06-08 17:45:42 00157_aliases_and_lambda_formal_parameters: [ OK ] 0.69 sec.
2025-06-08 17:45:42 00164_not_chain: [ OK ] 0.84 sec.
2025-06-08 17:45:43 00135_duplicate_group_by_keys_segfault: [ OK ] 0.55 sec.
2025-06-08 17:45:43 00141_parse_timestamp_as_datetime: [ OK ] 1.07 sec.
2025-06-08 17:45:43 00143_number_classification_functions: [ OK ] 1.81 sec.
2025-06-08 17:45:44 00129_quantile_timing_weighted: [ OK ] 1.06 sec.
2025-06-08 17:45:44 00127_group_by_concat: [ OK ] 0.80 sec.
2025-06-08 17:45:44 00125_array_element_of_array_of_tuple: [ OK ] 0.66 sec.
2025-06-08 17:45:44 00173_compare_date_time_with_constant_string: [ OK ] 4.50 sec.
2025-06-08 17:45:45 00098_6_union_all: [ OK ] 0.65 sec.
2025-06-08 17:45:46 00116_storage_set: [ OK ] 1.90 sec.
2025-06-08 17:45:46 00085_visible_width_of_tuple_of_dates: [ OK ] 0.72 sec.
2025-06-08 17:45:46 00104_totals_having_mode: [ OK ] 1.63 sec.
2025-06-08 17:45:47 00075_shard_formatting_negate_of_negative_literal: [ OK ] 0.81 sec.
2025-06-08 17:45:47 00069_date_arithmetic: [ OK ] 1.48 sec.
2025-06-08 17:45:48 00063_check_query: [ OK ] 1.69 sec.
2025-06-08 17:45:48 00060_date_lut: [ OK ] 0.79 sec.
2025-06-08 17:45:49 00059_shard_global_in: [ OK ] 1.19 sec.
2025-06-08 17:45:50 00054_join_string: [ OK ] 0.76 sec.
2025-06-08 17:45:51 00053_all_inner_join: [ OK ] 0.81 sec.
2025-06-08 17:45:51 00061_merge_tree_alter: [ OK ] 4.46 sec.
2025-06-08 17:45:51 00059_shard_global_in_mergetree: [ OK ] 3.17 sec.
2025-06-08 17:45:52 00052_all_left_join: [ OK ] 0.76 sec.
2025-06-08 17:45:52 00534_functions_bad_arguments12: [ OK ] 69.75 sec.
2025-06-08 17:45:52
2025-06-08 17:45:52 134 tests passed. 0 tests skipped. 518.93 s elapsed (ForkPoolWorker-2).
2025-06-08 17:45:52 00033_fixed_string_to_string: [ OK ] 0.69 sec.
2025-06-08 17:45:52
2025-06-08 17:45:52 151 tests passed. 0 tests skipped. 519.22 s elapsed (ForkPoolWorker-8).
2025-06-08 17:45:52 00009_array_join_subquery: [ OK ] 0.75 sec.
2025-06-08 17:45:52
2025-06-08 17:45:52 Having 1 errors! 121 tests passed. 1 tests skipped. 519.51 s elapsed (ForkPoolWorker-3).
2025-06-08 17:45:52 00004_shard_format_ast_and_remote_table: [ OK ] 0.74 sec.
2025-06-08 17:45:52
2025-06-08 17:45:52 114 tests passed. 0 tests skipped. 519.62 s elapsed (ForkPoolWorker-4).
2025-06-08 17:46:04 00113_shard_group_array: [ OK ] 20.42 sec.
2025-06-08 17:46:04
2025-06-08 17:46:04 134 tests passed. 4 tests skipped. 531.60 s elapsed (ForkPoolWorker-9).
2025-06-08 17:46:17 00386_long_in_pk: [ OK ] 62.64 sec.
2025-06-08 17:46:17
2025-06-08 17:46:17 114 tests passed. 1 tests skipped. 544.39 s elapsed (ForkPoolWorker-7).
2025-06-08 17:47:42 01395_limit_more_cases: [ OK ] 334.85 sec.
2025-06-08 17:47:42
2025-06-08 17:47:42 86 tests passed. 3 tests skipped. 629.57 s elapsed (ForkPoolWorker-6).
2025-06-08 17:50:53 00328_long_case_construction: [ OK ] 326.08 sec.
2025-06-08 17:50:53
2025-06-08 17:50:53 100 tests passed. 0 tests skipped. 819.91 s elapsed (ForkPoolWorker-5).
2025-06-08 17:50:53
2025-06-08 17:50:53 Running 94 stateless tests (MainProcess).
2025-06-08 17:50:53
2025-06-08 17:50:54 03171_hashed_dictionary_short_circuit_bug_fix: [ OK ] 1.14 sec.
2025-06-08 17:51:11 03002_part_log_rmt_fetch_mutate_error: [ OK ] 16.81 sec.
2025-06-08 17:51:17 02973_backup_of_in_memory_compressed: [ OK ] 6.23 sec.
2025-06-08 17:51:19 02931_max_num_to_warn: [ OK ] 1.84 sec.
2025-06-08 17:51:26 02916_move_partition_inactive_replica: [ OK ] 6.80 sec.
2025-06-08 17:53:01 02908_many_requests_to_system_replicas: [ OK ] 37.65 sec.
2025-06-08 17:53:10 02888_replicated_merge_tree_creation: [ OK ] 8.87 sec.
2025-06-08 17:53:12 02887_insert_quorum_wo_keeper_retries: [ OK ] 2.38 sec.
2025-06-08 17:53:20 02884_async_insert_native_protocol_3: [ OK ] 7.29 sec.
2025-06-08 17:53:31 02789_filesystem_cache_alignment: [ OK ] 10.57 sec.
2025-06-08 17:53:34 02789_table_functions_errors: [ OK ] 3.24 sec.
2025-06-08 17:53:39 02736_reading_and_writing_structure_fields: [ OK ] 4.63 sec.
2025-06-08 17:53:41 02735_capnp_case_insensitive_names_matching: [ OK ] 1.88 sec.
2025-06-08 17:53:42 02710_default_replicated_parameters: [ OK ] 0.94 sec.
2025-06-08 17:53:42 02581_share_big_sets_between_mutation_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:53:44 02522_avro_complicate_schema: [ OK ] 2.52 sec.
2025-06-08 17:53:46 02510_orc_map_indexes: [ OK ] 1.99 sec.
2025-06-08 17:53:53 02503_cache_on_write_with_small_segment_size: [ OK ] 6.26 sec.
2025-06-08 17:53:54 02494_query_cache_use_database: [ OK ] 1.35 sec.
2025-06-08 17:54:02 02494_query_cache_ttl_long: [ OK ] 7.22 sec.
2025-06-08 17:54:03 02494_query_cache_bugs: [ OK ] 1.49 sec.
2025-06-08 17:54:03 02422_allow_implicit_no_password: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 17:54:07 02404_schema_inference_cache_respect_format_settings: [ OK ] 3.64 sec.
2025-06-08 17:54:07 02397_system_parts_race_condition_drop_rm: [ SKIPPED ] 0.00 sec. - disabled
2025-06-08 17:54:08 02376_arrow_dict_with_string: [ OK ] 0.96 sec.
2025-06-08 17:54:09 02346_additional_filters_distr: [ OK ] 1.23 sec.
2025-06-08 17:54:11 02313_avro_records_and_maps: [ OK ] 1.83 sec.
2025-06-08 17:54:14 02311_system_zookeeper_insert_priv: [ OK ] 2.74 sec.
2025-06-08 17:54:27 02294_overcommit_overflow: [ OK ] 13.21 sec.
2025-06-08 17:54:40 02242_delete_user_race: [ OK ] 12.68 sec.
2025-06-08 17:54:42 02240_filesystem_cache_bypass_cache_threshold: [ OK ] 1.22 sec.
2025-06-08 17:58:56 02232_dist_insert_send_logs_level_hung: [ OK ] 253.94 sec.
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/mfwgsgcjakwxwsegatythbouvuzfepsh?blockid=yzysqiyyjttttzicexgjsaqdiifzdayorvgftttqsfinpfrohrstldnhdsepimgq&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/mfwgsgcjakwxwsegatythbouvuzfepsh?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/ksnhlwangymsenppmtahthswcpoiulej?blockid=cczwbbzkrjszrgnbogiuapigpagkevctahmmakwawtckogzziyeoyyzmqiyxytcb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uromsaxpbpfmbpnikgkxenajdbvggokg?blockid=oddquqlqjlupursulkmcfunozvhoimtcaqfeqfwtsbknywmptmsnlgzvpgctvqke&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/bclmjcfwdjdyvyyvsqhtyamewdhgjwdv?blockid=fcbbpacokqgeyjixesxbzuwcqddaqnppgzedtdjkcrmenqjvwvcvuyfrclxjnqpo&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uqvkgmpjjpxvdwzjhxipburjmftffrvx?blockid=pmghsyzbrdmlddtcywujtugjxoxdixpammmlvqcxykhgdviytjmurdjoymyzwcyi&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/tsenfolwftpywpzzpxtyiiwuunagmufj?blockid=vfnzouazzksylvmeffcsrqzeyhdlgeorhfwruchqdhnixrvvgxruhxkvogmzopyd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/txiipdckkyojlbxbarhhideekkpyqoso?blockid=xivxvrhqfovongqbutkkywijqebuihsvlxytsqwbhfjjjczkwmkmmezgbwjkjmxy&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/qnzplqrppsggqhclxvddqvarzxfmjvqx?blockid=kbhncwofddoppbhtixcmysyrgeofbsxtjbjkaatybsicufiwqjxfxyeinkhxrvyk&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uebtutpjroqozipzfkuqijhnkjusgytr?blockid=oaudhgmkehsjsywgzkpouwiawmkxzcljrackvmwemxavhbfpwysyztyuomosmjpb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/zjwgpjyjnmbvryxmlvzbgdlrlddikrxm?blockid=hysgwubjomenzkpixwrrelhuojjxjchzukmylhebhpwpjpfipkrpmfcyjtafrfrr&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/ksnhlwangymsenppmtahthswcpoiulej?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uromsaxpbpfmbpnikgkxenajdbvggokg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/bclmjcfwdjdyvyyvsqhtyamewdhgjwdv?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uqvkgmpjjpxvdwzjhxipburjmftffrvx?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/tsenfolwftpywpzzpxtyiiwuunagmufj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/txiipdckkyojlbxbarhhideekkpyqoso?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/qnzplqrppsggqhclxvddqvarzxfmjvqx?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/uebtutpjroqozipzfkuqijhnkjusgytr?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:20 +0000] "PUT /devstoreaccount1/cont/zjwgpjyjnmbvryxmlvzbgdlrlddikrxm?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:21 +0000] "GET /devstoreaccount1/cont/uromsaxpbpfmbpnikgkxenajdbvggokg HTTP/1.1" 206 62
127.0.0.1 - - [08/Jun/2025:16:59:21 +0000] "GET /devstoreaccount1/cont/ksnhlwangymsenppmtahthswcpoiulej HTTP/1.1" 206 100525
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/xrxpmrkguhwpqdtdwjhymytjepbuaioj?blockid=jktkyhesgiweoobidqyvgapqzwzwwkbrfxoizjspdfnusrihdabcmiinfotrjqge&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/gesonnuzngrystiszqefuypwruqahajm?blockid=xmirfnyepaqewxmhbakypfsoihnirfmryvkunviypvzpiaimgedhpaosmaidncjz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/lqrahhwoycibwralvbysrqkarivkxbbb?blockid=bmtcudxhwhzeyyypntprqmizyuzsxcpphozbrhdmloeioarfdubvnpjxbmkyuicz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/zzuzefrwqnissjbihcslioryiorbdzey?blockid=azgfgntxwqgbusxouefezpfvpdpjpbefbhviahycsnhmsxcqmixvzsxaynmsekxg&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/qaidottzrsmaxoujxpzkbpkvkaoddayw?blockid=lnshkcqoakjmssaeidpafjoicozvqjadfkfucbugjpkcuqansanxmngzvbuylsft&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/ynmpjpsfnibehzcsjzspxttfnesjpjqw HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/kcgpvudziaqphortrxgxpibwrltasenr HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/kksnhpdhkhirmlrkdmoxqdzpyehwuxqo HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/xrxpmrkguhwpqdtdwjhymytjepbuaioj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/gesonnuzngrystiszqefuypwruqahajm?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/lqrahhwoycibwralvbysrqkarivkxbbb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/zzuzefrwqnissjbihcslioryiorbdzey?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:33 +0000] "PUT /devstoreaccount1/cont/qaidottzrsmaxoujxpzkbpkvkaoddayw?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/zjwgpjyjnmbvryxmlvzbgdlrlddikrxm HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/txiipdckkyojlbxbarhhideekkpyqoso HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/uqvkgmpjjpxvdwzjhxipburjmftffrvx HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/uromsaxpbpfmbpnikgkxenajdbvggokg HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/ksnhlwangymsenppmtahthswcpoiulej HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/bclmjcfwdjdyvyyvsqhtyamewdhgjwdv HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/tsenfolwftpywpzzpxtyiiwuunagmufj HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/uebtutpjroqozipzfkuqijhnkjusgytr HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/qnzplqrppsggqhclxvddqvarzxfmjvqx HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/ipefybqsfgszhpqmeipuxhuznipldjyd?blockid=lltubzwocyxykgbbkzpnniwbplhpxplyedfptorrxqfkyaiymlpaquwyzakajyvh&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/qnbbzmjflclrzufbtiwgnyntoqttaagj?blockid=tmxfwoonkdlzjhddcnwbfcbdikxthwypzdmvlpxkwktdpsebfuddkyxuxaxytffe&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/zscxbxfwscwfrycytjmecqjjovqvgeya?blockid=uydsgkeyipscojjqvganzvscwpyjndexvtjbhfgurnbmortjspvueuupdgwyjkrg&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/shmeggfjedmmmkesxhlobttuipmoxgxd?blockid=qnbupnkicyazrpvdcrfrkmlbxdhtwctgynkoppxnahbnnmxxgyrpgfrxdfriehgo&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/attfcqabbsnjgfpyvbhsbsfpimbyprox?blockid=mggtoqxpuxjoslsrlgdvnpqcrwksaoquthpyxqwvgsxttyufnnjrvxghevontega&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/uamasyrspxesomqglwxwwpgtvcoyerfo?blockid=ipslavpqemiiycnywkudkjqxntkmsjpxfevzcablwyalkdqdmiuwwniaurukxfty&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/btnjvcqjozcypngxbczhgfohicsqafqn?blockid=dlnswcywdvkzqqxppbyavdyuwqvizhzsyxwklettfaviyouhneaytkqevlrfhffv&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/fcptckzyyndgcnewqiqgqcxgqqxqykeq?blockid=gtmusnxujlqyzjphqysnvojzupiscbzzvmlymfyjpbzuipckathspdqxewctxfpz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/cmyravaxsceydggdrvvgvmumfncxoyor?blockid=ysvyyjddhxftlvmnbtyoantaoyjifzhfnnblehcmwymhddcravhqfjlffdwjpoct&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/ipefybqsfgszhpqmeipuxhuznipldjyd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/qnbbzmjflclrzufbtiwgnyntoqttaagj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/zscxbxfwscwfrycytjmecqjjovqvgeya?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/shmeggfjedmmmkesxhlobttuipmoxgxd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/attfcqabbsnjgfpyvbhsbsfpimbyprox?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/uamasyrspxesomqglwxwwpgtvcoyerfo?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/btnjvcqjozcypngxbczhgfohicsqafqn?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/fcptckzyyndgcnewqiqgqcxgqqxqykeq?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "PUT /devstoreaccount1/cont/cmyravaxsceydggdrvvgvmumfncxoyor?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/qaidottzrsmaxoujxpzkbpkvkaoddayw HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/gesonnuzngrystiszqefuypwruqahajm HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/xrxpmrkguhwpqdtdwjhymytjepbuaioj HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/kcgpvudziaqphortrxgxpibwrltasenr HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/ynmpjpsfnibehzcsjzspxttfnesjpjqw HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:34 +0000] "DELETE /devstoreaccount1/cont/kksnhpdhkhirmlrkdmoxqdzpyehwuxqo HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/zzuzefrwqnissjbihcslioryiorbdzey HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/lqrahhwoycibwralvbysrqkarivkxbbb HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/cmyravaxsceydggdrvvgvmumfncxoyor HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/uamasyrspxesomqglwxwwpgtvcoyerfo HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/shmeggfjedmmmkesxhlobttuipmoxgxd HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/qnbbzmjflclrzufbtiwgnyntoqttaagj HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/ipefybqsfgszhpqmeipuxhuznipldjyd HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/zscxbxfwscwfrycytjmecqjjovqvgeya HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/attfcqabbsnjgfpyvbhsbsfpimbyprox HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/fcptckzyyndgcnewqiqgqcxgqqxqykeq HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/btnjvcqjozcypngxbczhgfohicsqafqn HTTP/1.1" 202 -
127.0.0.1 - - [08/Jun/2025:16:59:35 +0000] "DELETE /devstoreaccount1/cont/mfwgsgcjakwxwsegatythbouvuzfepsh HTTP/1.1" 202 -
2025-06-08 17:59:35 02226_filesystem_cache_profile_events: [ OK ] 38.98 sec.
2025-06-08 17:59:38 02225_unwinder_dwarf_version: [ OK ] 2.88 sec.
2025-06-08 17:59:52 02207_allow_plaintext_and_no_password: [ OK ] 14.06 sec.
2025-06-08 17:59:54 02182_json_each_row_schema_inference: [ OK ] 2.42 sec.
2025-06-08 17:59:56 02168_avro_bug: [ OK ] 1.22 sec.
2025-06-08 17:59:58 02166_arrow_dictionary_inference: [ OK ] 2.75 sec.
2025-06-08 18:00:01 02155_multiple_inserts_for_formats_with_suffix: [ OK ] 2.63 sec.
2025-06-08 18:00:03 02148_sql_user_defined_function_subquery: [ OK ] 1.40 sec.
2025-06-08 18:00:23 02129_skip_quoted_fields: [ OK ] 20.05 sec.
2025-06-08 18:00:25 02126_identity_user_defined_function: [ OK ] 1.60 sec.
2025-06-08 18:00:27 02125_recursive_sql_user_defined_functions: [ OK ] 2.35 sec.
2025-06-08 18:00:43 02051_read_settings: [ OK ] 16.13 sec.
2025-06-08 18:01:07 02026_storage_filelog_largefile: [ OK ] 24.16 sec.
2025-06-08 18:01:09 02025_dictionary_view_different_db: [ OK ] 1.92 sec.
2025-06-08 18:01:11 02011_dictionary_empty_attribute_list: [ OK ] 1.44 sec.
2025-06-08 18:01:13 01999_grant_with_replace: [ OK ] 2.24 sec.
2025-06-08 18:01:15 01915_create_or_replace_dictionary: [ OK ] 1.82 sec.
2025-06-08 18:01:18 01903_ssd_cache_dictionary_array_type: [ OK ] 3.11 sec.
2025-06-08 18:01:23 01853_dictionary_cache_duplicates: [ OK ] 4.22 sec.
2025-06-08 18:01:25 01850_dist_INSERT_preserve_error: [ OK ] 1.78 sec.
2025-06-08 18:01:28 01785_dictionary_element_count: [ OK ] 2.82 sec.
2025-06-08 18:01:31 01778_hierarchical_dictionaries: [ OK ] 3.54 sec.
2025-06-08 18:01:36 01754_direct_dictionary_complex_key: [ OK ] 4.48 sec.
2025-06-08 18:01:37 01747_executable_pool_dictionary_implicit_key: [ OK ] 1.13 sec.
2025-06-08 18:01:38 01746_executable_pool_dictionary: [ OK ] 1.19 sec.
2025-06-08 18:01:42 01676_range_hashed_dictionary: [ OK ] 4.13 sec.
2025-06-08 18:01:44 01676_dictget_in_default_expression: [ OK ] 2.00 sec.
2025-06-08 18:01:47 01615_random_one_shard_insertion: [ OK ] 2.34 sec.
2025-06-08 18:02:53 01600_detach_permanently: [ OK ] 66.29 sec.
2025-06-08 18:02:57 01530_drop_database_atomic_sync: [ OK ] 3.15 sec.
2025-06-08 18:02:59 01527_clickhouse_local_optimize: [ OK ] 2.11 sec.
2025-06-08 18:03:00 01526_complex_key_dict_direct_layout: [ OK ] 1.45 sec.
2025-06-08 18:03:14 01507_clickhouse_server_start_with_embedded_config: [ OK ] 13.47 sec.
2025-06-08 18:03:21 01501_cache_dictionary_all_fields: [ OK ] 7.24 sec.
2025-06-08 18:03:24 01471_calculate_ttl_during_merge: [ OK ] 2.32 sec.
2025-06-08 18:03:57 01454_storagememory_data_race_challenge: [ OK ] 33.02 sec.
2025-06-08 18:04:09 01444_create_table_drop_database_race: [ OK ] 11.82 sec.
2025-06-08 18:04:54 01415_sticking_mutations: [ OK ] 44.88 sec.
2025-06-08 18:05:01 01360_materialized_view_with_join_on_query_log: [ OK ] 7.52 sec.
2025-06-08 18:05:05 01356_view_threads: [ OK ] 3.33 sec.
2025-06-08 18:05:17 01320_create_sync_race_condition_zookeeper: [ OK ] 12.54 sec.
2025-06-08 18:05:23 01297_create_quota: [ OK ] 5.85 sec.
2025-06-08 18:05:26 01295_create_row_policy: [ OK ] 2.72 sec.
2025-06-08 18:05:29 01294_create_settings_profile: [ OK ] 3.25 sec.
2025-06-08 18:05:33 01251_dict_is_in_infinite_loop: [ OK ] 3.79 sec.
2025-06-08 18:07:18 01171_mv_select_insert_isolation_long: [ OK ] 104.72 sec.
2025-06-08 18:07:22 01103_distributed_product_mode_local_column_renames: [ OK ] 3.39 sec.
2025-06-08 18:07:24 01082_window_view_watch_limit: [ OK ] 2.42 sec.
2025-06-08 18:07:29 01070_materialize_ttl: [ OK ] 5.01 sec.
2025-06-08 18:07:39 01069_window_view_proc_tumble_watch: [ OK ] 9.59 sec.
2025-06-08 18:07:41 01055_compact_parts_1: [ OK ] 2.31 sec.
2025-06-08 18:07:43 01036_no_superfluous_dict_reload_on_create_database_2: [ OK ] 1.98 sec.
2025-06-08 18:07:58 01018_ddl_dictionaries_concurrent_requrests: [ OK ] 14.82 sec.
2025-06-08 18:08:19 00989_parallel_parts_loading: [ OK ] 20.65 sec.
2025-06-08 18:08:20 00963_achimbab: [ OK ] 1.05 sec.
2025-06-08 18:08:26 00950_dict_get: [ OK ] 5.88 sec.
2025-06-08 18:08:27 00910_buffer_prewhere: [ OK ] 1.12 sec.
2025-06-08 18:08:30 00722_inner_join: [ OK ] 2.67 sec.
2025-06-08 18:08:33 00693_max_block_size_system_tables_columns: [ OK ] 2.55 sec.
2025-06-08 18:08:42 00623_truncate_table_throw_exception: [ OK ] 8.69 sec.
2025-06-08 18:08:46 00510_materizlized_view_and_deduplication_zookeeper: [ OK ] 4.41 sec.
2025-06-08 18:08:47 00332_quantile_timing_memory_leak: [ OK ] 1.14 sec.
2025-06-08 18:08:47
2025-06-08 18:08:47 91 tests passed. 3 tests skipped. 1074.56 s elapsed (MainProcess).
2025-06-08 18:08:53 Won't run stateful tests because test data wasn't loaded.
2025-06-08 18:08:53 Checking the hung queries: done
2025-06-08 18:08:53
2025-06-08 18:08:53 No queries hung.
2025-06-08 18:08:53 All tests have finished.
2025-06-08 18:08:53
2025-06-08 18:08:53 Top patterns of log messages:
2025-06-08 18:08:53
2025-06-08 18:08:53 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-06-08 18:08:53
2025-06-08 18:08:53 1. 825340 0.267 41.92 MiB 0.135 3 758 ['Trace'] 0 Access granted: {}{}
2025-06-08 18:08:53 2. 813633 0.264 89.29 MiB 0.288 1 543 ['Trace'] 0 Query {} to stage {}{}
2025-06-08 18:08:53 3. 813181 0.263 107.79 MiB 0.348 1 543 ['Trace'] 0 Query {} from stage {} to stage {}{}
2025-06-08 18:08:53 4. 35876 0.012 6.78 MiB 0.022 1 435 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-06-08 18:08:53 5. 35864 0.012 5.37 MiB 0.017 3 434 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-06-08 18:08:53 6. 31192 0.01 1.36 MiB 0.004 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-06-08 18:08:53 7. 28759 0.009 811.19 KiB 0.003 1 87 ['Debug'] 0 Processed in {} sec.
2025-06-08 18:08:53 8. 28401 0.009 2.45 MiB 0.008 1 2069 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 18:08:53 9. 26736 0.009 802.77 KiB 0.003 1 2069 ['Trace'] 0 Aggregation method: {}
2025-06-08 18:08:53 10. 18999 0.006 1.48 MiB 0.005 1 390 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-06-08 18:08:53 11. 17638 0.006 1.40 MiB 0.005 1 1949 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-06-08 18:08:53 12. 13603 0.004 969.68 KiB 0.003 1 1740 ['Trace'] 0.369 Reserved {} on local disk {}, having unreserved {}.
2025-06-08 18:08:53 13. 12542 0.004 134.73 KiB 0 1 1919 ['Trace'] 0.001 Aggregating
2025-06-08 18:08:53 14. 10979 0.004 912.51 KiB 0.003 4 510 ['Debug'] 0.993 {} Authenticating user '{}' from {}
2025-06-08 18:08:53 15. 10976 0.004 1.20 MiB 0.004 4 510 ['Debug'] 0.993 {} Authenticated with global context as user {}
2025-06-08 18:08:53 16. 10940 0.004 961.52 KiB 0.003 4 501 ['Debug'] 0.993 {} Logout, user_id: {}
2025-06-08 18:08:53 17. 10809 0.004 1.15 MiB 0.004 3 434 ['Debug'] 1 {} Creating session context with user_id: {}
2025-06-08 18:08:53 18. 10696 0.003 1.23 MiB 0.004 1495 903 ['Trace'] 0.327 Renaming temporary part {} to {} with tid {}.
2025-06-08 18:08:53 19. 10645 0.003 738.15 KiB 0.002 1493 1299 ['Trace'] 0.444 Trying to reserve {} using storage policy from min volume index {}
2025-06-08 18:08:53 20. 10196 0.003 482.65 KiB 0.002 1 886 ['Trace'] 0.276 filled checksums {}
2025-06-08 18:08:53 21. 10115 0.003 461.53 KiB 0.001 1 460 ['Debug'] 0.148 Peak memory usage{}: {}.
2025-06-08 18:08:53 22. 8569 0.003 670.54 KiB 0.002 428 98 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-06-08 18:08:53 23. 7176 0.002 1.34 MiB 0.004 3 412 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-06-08 18:08:53 24. 7171 0.002 6.41 MiB 0.021 2 412 ['Trace'] 1 Request URI: {}
2025-06-08 18:08:53 25. 7141 0.002 146.45 KiB 0 2 412 ['Debug'] 0.095 Done processing query
2025-06-08 18:08:53 26. 5665 0.002 531.63 KiB 0.002 1 41 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-06-08 18:08:53 27. 5503 0.002 138.06 KiB 0 481 131 ['Debug'] 0.008 Key condition: {}
2025-06-08 18:08:53 28. 5434 0.002 617.33 KiB 0.002 477 131 ['Debug'] 0.008 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-06-08 18:08:53 29. 5214 0.002 117.11 KiB 0 1 1621 ['Trace'] 0.001 Merging aggregated data
2025-06-08 18:08:53 30. 5197 0.002 444.01 KiB 0.001 1055 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-06-08 18:08:53 31. 5176 0.002 267.90 KiB 0.001 418 131 ['Trace'] 0.009 Spreading mark ranges among streams (default reading)
2025-06-08 18:08:53 32. 4424 0.001 145.16 KiB 0 1 87 ['Trace'] 1 TCP Request. Address: {}
2025-06-08 18:08:53 33. 4424 0.001 426.19 KiB 0.001 1 87 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-06-08 18:08:53 34. 4380 0.001 115.49 KiB 0 1 77 ['Debug'] 1 Done processing connection.
2025-06-08 18:08:53 35. 4202 0.001 92.16 KiB 0 3348 513 ['Trace'] 1 Execution took {} ms.
2025-06-08 18:08:53 36. 3972 0.001 593.14 KiB 0.002 1 177 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 18:08:53 37. 3972 0.001 196.10 KiB 0.001 1 177 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2025-06-08 18:08:53 38. 3661 0.001 282.44 KiB 0.001 1 211 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-06-08 18:08:53 39. 3374 0.001 371.10 KiB 0.001 1 2 ['Trace'] 1 Creating part at path {}
2025-06-08 18:08:53 40. 3313 0.001 97.06 KiB 0 1051 513 ['Debug'] 1 Updating strategy picker state
2025-06-08 18:08:53 41. 3044 0.001 664.32 KiB 0.002 2 5 ['Error'] 0 Unknown {}{} identifier '{}' in scope {}{}
2025-06-08 18:08:53 42. 2999 0.001 321.80 KiB 0.001 1 32 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-06-08 18:08:53 43. 2855 0.001 227.32 KiB 0.001 1 1337 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-06-08 18:08:53 44. 2754 0.001 160.56 KiB 0.001 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-06-08 18:08:53 45. 2754 0.001 99.57 KiB 0 17 17 ['Trace'] 1 Flushed system log up to offset {}
2025-06-08 18:08:53 46. 2740 0.001 220.67 KiB 0.001 986 1039 ['Trace'] 0.903 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-06-08 18:08:53 47. 2673 0.001 94.00 KiB 0 1 24 ['Trace'] 1 Keeper request. Address: {}
2025-06-08 18:08:53 48. 2533 0.001 353.63 KiB 0.001 930 506 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-06-08 18:08:53 49. 2518 0.001 227.66 KiB 0.001 988 511 ['Trace'] 1 Insert entry {} to queue with type {}
2025-06-08 18:08:53 50. 2507 0.001 284.00 KiB 0.001 1 639 ['Information'] 0 Sorting and writing part of data into temporary file {}
2025-06-08 18:08:53 51. 2507 0.001 376.31 KiB 0.001 1 628 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2025-06-08 18:08:53 52. 2483 0.001 63.04 KiB 0 988 511 ['Debug'] 1 Pulled {} entries to queue.
2025-06-08 18:08:53 53. 2483 0.001 143.06 KiB 0 988 511 ['Debug'] 1 Pulling {} entries to queue: {} - {}
2025-06-08 18:08:53 54. 2444 0.001 76.38 KiB 0 1 22 ['Debug'] 1 Receive four letter command {}
2025-06-08 18:08:53 55. 2248 0.001 46.10 KiB 0 1 1111 ['Debug'] 1 Stop worker in {}
2025-06-08 18:08:53 56. 2248 0.001 70.25 KiB 0 1 790 ['Debug'] 0.504 Spawn loader worker #{} in {}
2025-06-08 18:08:53 57. 2247 0.001 154.23 KiB 0 1 60 ['Debug'] 0.003 Schedule load job '{}' into {}
2025-06-08 18:08:53 58. 2247 0.001 147.65 KiB 0 1 736 ['Debug'] 1 Execute load job '{}' in {}
2025-06-08 18:08:53 59. 2247 0.001 156.42 KiB 0 1 736 ['Debug'] 1 Finish load job '{}' with status {}
2025-06-08 18:08:53 60. 2246 0.001 178.30 KiB 0.001 1 60 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-06-08 18:08:53 61. 2240 0.001 293.38 KiB 0.001 1 460 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-06-08 18:08:53 62. 2240 0.001 459.48 KiB 0.001 1 460 ['Information'] 1 Removing metadata {} of dropped table {}
2025-06-08 18:08:53 63. 2234 0.001 165.80 KiB 0.001 1 77 ['Debug'] 0.01 Waiting for table {} to be finally dropped
2025-06-08 18:08:53 64. 2228 0.001 19.58 KiB 0 2 59 ['Trace'] 0.002 No tables
2025-06-08 18:08:53 65. 2214 0.001 73.51 KiB 0 1 784 ['Debug'] 0.501 Change current priority: {} -> {}
2025-06-08 18:08:53 66. 2168 0.001 206.52 KiB 0.001 1054 386 ['Debug'] 0.016 Creating shared ID for table {}
2025-06-08 18:08:53 67. 2138 0.001 791.28 KiB 0.002 2 11 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {}
2025-06-08 18:08:53 68. 2136 0.001 185.01 KiB 0.001 1392 326 ['Debug'] 0.985 Removing {} parts from filesystem (serially): Parts: [{}]
2025-06-08 18:08:53 69. 2131 0.001 79.79 KiB 0 134 79 ['Debug'] 0.015 Reading approx. {} rows with {} streams
2025-06-08 18:08:53 70. 2090 0.001 146.37 KiB 0 1 521 ['Trace'] 0.824 Rolling back transaction {}{}
2025-06-08 18:08:53 71. 2070 0.001 219.33 KiB 0.001 1 76 ['Trace'] 0.042 PREWHERE condition was split into {} steps: {}
2025-06-08 18:08:53 72. 1915 0.001 280.13 KiB 0.001 1 49 ['Debug'] 0.002 Before join block: '{}'
2025-06-08 18:08:53 73. 1905 0.001 412.96 KiB 0.001 1 49 ['Debug'] 0.002 After join block: '{}'
2025-06-08 18:08:53 74. 1851 0.001 97.85 KiB 0 93 475 ['Debug'] 0.863 Selected {} parts from {} to {}
2025-06-08 18:08:53 75. 1715 0.001 30.15 KiB 0 1664 424 ['Debug'] 0.013 Loading data parts
2025-06-08 18:08:53 76. 1686 0.001 37.87 KiB 0 1664 423 ['Debug'] 0.012 There are no data parts
2025-06-08 18:08:53 77. 1680 0.001 54.14 KiB 0 1 75 ['Debug'] 0.019 min_marks_for_concurrent_read={}
2025-06-08 18:08:53 78. 1656 0.001 79.24 KiB 0 1643 371 ['Trace'] 0.992 dropAllData: removing all data parts from memory.
2025-06-08 18:08:53 79. 1656 0.001 106.73 KiB 0 1643 371 ['Information'] 0.992 dropAllData: removing table directory recursive to cleanup garbage
2025-06-08 18:08:53 80. 1656 0.001 29.11 KiB 0 1643 371 ['Trace'] 0.992 dropAllData: done.
2025-06-08 18:08:53 81. 1656 0.001 124.52 KiB 0 1643 371 ['Information'] 0.992 dropAllData: remove format_version.txt, detached, moving and write ahead logs
2025-06-08 18:08:53 82. 1656 0.001 95.46 KiB 0 1643 371 ['Trace'] 0.992 dropAllData: removing data parts (count {}) from filesystem.
2025-06-08 18:08:53 83. 1656 0.001 69.54 KiB 0 1643 371 ['Information'] 0.992 dropAllData: clearing temporary directories
2025-06-08 18:08:53 84. 1656 0.001 50.13 KiB 0 1643 371 ['Trace'] 0.992 dropAllData: waiting for locks.
2025-06-08 18:08:53 85. 1649 0.001 58.11 KiB 0 115 55 ['Debug'] 0.003 MinMax index condition: {}
2025-06-08 18:08:53 86. 1633 0.001 147.85 KiB 0 1 839 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-06-08 18:08:53 87. 1580 0.001 121.81 KiB 0 962 509 ['Debug'] 1 Strategy picker state updated, current replica: {}, active replicas: [{}]
2025-06-08 18:08:53 88. 1560 0.001 192.33 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-06-08 18:08:53 89. 1481 0 120.93 KiB 0 1 44 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-06-08 18:08:53 90. 1481 0 50.59 KiB 0 1 44 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-06-08 18:08:53 91. 1476 0 191.95 KiB 0.001 1 44 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-06-08 18:08:53 92. 1476 0 94.08 KiB 0 99 44 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-06-08 18:08:53 93. 1362 0 99.09 KiB 0 1 76 ['Trace'] 0.018 The min valid primary key position for moving to the tail of PREWHERE is {}
2025-06-08 18:08:53 94. 1161 0 34.06 KiB 0 66 596 ['Trace'] 0.003 Found (RIGHT) boundary mark: {}
2025-06-08 18:08:53 95. 1161 0 32.88 KiB 0 66 596 ['Trace'] 0.003 Found (LEFT) boundary mark: {}
2025-06-08 18:08:53 96. 1161 0 78.53 KiB 0 66 596 ['Trace'] 0.003 Running binary search on index range for part {} ({} marks)
2025-06-08 18:08:53 97. 1161 0 35.57 KiB 0 66 596 ['Trace'] 0.003 Found {} range in {} steps
2025-06-08 18:08:53 98. 1115 0 66.10 KiB 0 1 59 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2025-06-08 18:08:53 99. 1115 0 91.71 KiB 0 1097 59 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-06-08 18:08:54 100. 1085 0 115.49 KiB 0 1054 34 ['Trace'] 0 Will not wait for unique parts to be fetched by other replicas because shutdown called from DROP/DETACH query
2025-06-08 18:08:54
2025-06-08 18:08:54
2025-06-08 18:08:54
2025-06-08 18:08:54 Top messages without format string (fmt::runtime):
2025-06-08 18:08:54
2025-06-08 18:08:54 count pattern runtime_message line
2025-06-08 18:08:54
2025-06-08 18:08:54 1. 4 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 55 ('by'): by LastName;. Max query size exceeded: 'by'. (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:45306) (comment: 02366_kql_tabular.sql) (in query: Customer ('/executeQuery.cpp',219)
2025-06-08 18:08:54 2. 4 CodeDBExceptionExpectedargumento Code: 395. DB::Exception: Expected argument of data type real: while executing 'FUNCTION throwIf(_CAST(true_Bool, 'Bool'_String) :: 1, 'Expected argument of data type real'_String :: 2) -> throwIf(_CAST(true_Bool, 'Bool'_String), 'Expected argument of data ('/executeQuery.cpp',219)
2025-06-08 18:08:54 3. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-06-08 18:08:54
2025-06-08 18:08:54 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-06-08 18:08:54 4. 2 CodeDBExceptionCodeDBExceptionUn Code: 60. DB::Exception: Code: 60. DB::Exception: Unknown table expression identifier 'test_mipjuf5q.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_mipjuf5q.table_for_dict. (UNKNOWN_TABLE) (versi ('/executeQuery.cpp',219)
2025-06-08 18:08:54 5. 2 CodeDBExceptionReceivedfromlocal Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table shard_1.data_01850 does not exist. Maybe you meant shard_1.data_02346?. Stack trace:
2025-06-08 18:08:54
2025-06-08 18:08:54 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String cons ('/executeQuery.cpp',219)
2025-06-08 18:08:54 6. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 7. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 8. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 9. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 10. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 11. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10426.altinitystable (revision: 4294967295, git hash: ef8a945bc84037671dd803577841a5e1563cec6e, build id: 6256AA9DF0FE51810C4ADC560ACFE8A325F136A6), PID 728 ('',0)
2025-06-08 18:08:54 12. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 13. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 14. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 15. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 16. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1
2025-06-08 18:08:54 my id: 1, voting_member
2025-06-08 18:08:54 num peers: 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 17. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 18. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2025-06-08 18:08:54 commit index 0
2025-06-08 18:08:54 term 0
2025-06-08 18:08:54 election timer allowed
2025-06-08 18:08:54 log store start 1, end 0
2025-06-08 18:08:54 config log idx 0, prev log idx 0
2025-06-08 18:08:54 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 19. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-06-08 18:08:54 21. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 22. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 23. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-06-08 18:08:54 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-06-08 18:08:54 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 24. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 25. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 26. 1 startingup starting up ('',0)
2025-06-08 18:08:54 27. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 28. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-06-08 18:08:54 29. 1 CodeDBExceptionReceivedfromDBExc Code: 394. DB::Exception: Received from 127.2:9000. DB::Exception: Query was cancelled. Stack trace:
2025-06-08 18:08:54
2025-06-08 18:08:54 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e8c8189
2025-06-08 18:09:29 1. ./build_docker/./src/Common ('/Exception.cpp',222)
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29 Top messages not matching their format strings:
2025-06-08 18:09:29
2025-06-08 18:09:29 message_format_string count() any_message
2025-06-08 18:09:29
2025-06-08 18:09:29 1. Query {} to stage {}{} 84 Query SELECT length(__table1.str) AS `length(str)`, if(lowerUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), lowerUTF8(__table1.str)) AS `if(equals(l_, '�'), h_, l_)`, if(upperUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), upperUTF8(__table1.str)) AS `if(equals(u_, '�'), h_, u_)` FROM test_brmnks09.utf8_overlap AS __table1 to stage Complete
2025-06-08 18:09:29 2. Query {} from stage {} to stage {}{} 84 Query SELECT length(__table1.str) AS `length(str)`, if(lowerUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), lowerUTF8(__table1.str)) AS `if(equals(l_, '�'), h_, l_)`, if(upperUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), upperUTF8(__table1.str)) AS `if(equals(u_, '�'), h_, u_)` FROM test_brmnks09.utf8_overlap AS __table1 from stage FetchColumns to stage Complete
2025-06-08 18:09:29 3. 23 Forked a child process to watch
2025-06-08 18:09:29 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 1 /var/lib/clickhouse/store/c71/c71de1b8-d9fb-439c-8af7-adcdf8c3b531/tmp_merge_202506_1_176_35/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29 Top short messages:
2025-06-08 18:09:29
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 1. 48 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 50, UInt32(size = 50), UInt8(size = 50)) UInt32( 64
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 2. 6 Creating {}: {} Creating table test_mr7o3dh0.tbl1: CREATE TABLE IF NOT EXISTS test_mr7o3dh0.tbl1 UUID 'cc728064-00c7-4365-9776-fe91b10ef 149
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 3. 5 {} Server was built with sanitizer. It will work slowly. 27
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 4. 2 Froze {} parts Froze 1 parts -13
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 5. 2 Path to archive is empty Code: 36. DB::Exception: Path to archive is empty. (BAD_ARGUMENTS) (version 24.3.18.10426.altinitystable (altinity build 25
2025-06-08 18:09:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 18:09:29
2025-06-08 18:09:29 6. 2 Unknown setting '{}' Code: 115. DB::Exception: Unknown setting 'xxx_yyy'. (UNKNOWN_SETTING) (version 24.3.18.10426.altinitystable (altinity b 27
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29
2025-06-08 18:09:29 Top messages by level:
2025-06-08 18:09:29
2025-06-08 18:09:29 (0.0009859502095144195,'Unknown {}{} identifier \'{}\' in scope {}{}') Error
2025-06-08 18:09:29 (0.00007320129676421118,'Not enabled four letter command {}') Warning
2025-06-08 18:09:29 (0.0008120161548136168,'Sorting and writing part of data into temporary file {}') Information
2025-06-08 18:09:29 (0.011621515610176535,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-06-08 18:09:29 (0.26732886848609677,'Access granted: {}{}') Trace
2025-06-08 18:09:29
2025-06-08 18:09:29
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137948
drwxr-xr-x 1 root root 4096 Jun 8 18:03 .
drwxr-xr-x 1 root root 4096 Jun 8 18:03 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 17:20 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1541 Jun 8 17:59 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 Jun 8 17:59 __azurite_db_blob__.json
-rw-r--r-- 1 root root 484989 Jun 8 18:08 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 17:36 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 17:20 broken_tests.json
drwxr-x--- 4 root root 4096 Jun 8 17:59 data
drwxr-xr-x 5 root root 340 Jun 8 17:35 dev
-rwxr-xr-x 1 root root 0 Jun 8 17:35 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 17:35 etc
drwxr-x--- 2 root root 4096 Jun 8 17:59 flags
drwxr-x--- 2 root root 4096 Jun 8 17:59 format_schemas
drwxr-xr-x 1 1000 1000 4096 Jun 8 17:36 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 Jun 8 17:59 metadata
drwxr-x--- 2 root root 4096 Jun 8 17:59 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 17:36 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 Jun 8 17:59 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 17:35 package_folder
drwxr-x--- 2 root root 4096 Jun 8 18:03 preprocessed_configs
dr-xr-xr-x 310 root root 0 Jun 8 17:35 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
-rw-r--r-- 1 root root 29 Jun 8 17:39 queries_02352
-rw-r----- 1 root root 1 Jun 8 17:59 quotas.list
-rw-r----- 1 root root 1 Jun 8 17:59 roles.list
drwx------ 1 root root 4096 Jun 8 18:07 root
-rw-r----- 1 root root 1 Jun 8 17:59 row_policies.list
drwxr-xr-x 1 root root 4096 Jun 8 17:35 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 17:36 script.gdb
-rw-r--r-- 1 root root 41188 Jun 8 18:03 server.log
-rw-r----- 1 root root 1 Jun 8 17:59 settings_profiles.list
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
drwxr-x--- 4 root root 4096 Jun 8 17:59 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 17:35 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 17:37 test_output
drwxrwxrwt 1 root root 20480 Jun 8 18:09 tmp
drwxr-xr-x 2 root root 4096 Jun 8 17:37 user_defined
drwxr-x--- 2 root root 4096 Jun 8 17:59 user_files
-rw-r----- 1 root root 1 Jun 8 17:59 users.list
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 Jun 8 17:59 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
total 137948
drwxr-xr-x 1 root root 4096 Jun 8 18:03 .
drwxr-xr-x 1 root root 4096 Jun 8 18:03 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 17:20 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1541 Jun 8 17:59 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 Jun 8 17:59 __azurite_db_blob__.json
-rw-r--r-- 1 root root 484989 Jun 8 18:08 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 17:36 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 17:20 broken_tests.json
drwxr-x--- 4 root root 4096 Jun 8 17:59 data
drwxr-xr-x 5 root root 340 Jun 8 17:35 dev
-rwxr-xr-x 1 root root 0 Jun 8 17:35 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 17:35 etc
drwxr-x--- 2 root root 4096 Jun 8 17:59 flags
drwxr-x--- 2 root root 4096 Jun 8 17:59 format_schemas
drwxr-xr-x 1 1000 1000 4096 Jun 8 17:36 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 Jun 8 17:59 metadata
drwxr-x--- 2 root root 4096 Jun 8 17:59 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 17:36 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 Jun 8 17:59 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 17:35 package_folder
drwxr-x--- 2 root root 4096 Jun 8 18:03 preprocessed_configs
dr-xr-xr-x 310 root root 0 Jun 8 17:35 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
-rw-r--r-- 1 root root 29 Jun 8 17:39 queries_02352
-rw-r----- 1 root root 1 Jun 8 17:59 quotas.list
-rw-r----- 1 root root 1 Jun 8 17:59 roles.list
drwx------ 1 root root 4096 Jun 8 18:07 root
-rw-r----- 1 root root 1 Jun 8 17:59 row_policies.list
drwxr-xr-x 1 root root 4096 Jun 8 17:35 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 17:36 script.gdb
-rw-r--r-- 1 root root 41188 Jun 8 18:03 server.log
-rw-r----- 1 root root 1 Jun 8 17:59 settings_profiles.list
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
drwxr-x--- 4 root root 4096 Jun 8 17:59 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 17:35 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 17:37 test_output
drwxrwxrwt 1 root root 20480 Jun 8 18:09 tmp
drwxr-xr-x 2 root root 4096 Jun 8 17:37 user_defined
drwxr-x--- 2 root root 4096 Jun 8 17:59 user_files
-rw-r----- 1 root root 1 Jun 8 17:59 users.list
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 Jun 8 17:59 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-06-08 18:09:29,627 File /analyzer_tech_debt.txt with broken tests found
2025-06-08 18:09:29,628 File /broken_tests.json with broken tests found
2025-06-08 18:09:29,628 Broken tests in the list: 73
2025-06-08 18:09:29,628 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-06-08 18:09:29,636 Is flaky check: False
2025-06-08 18:09:29,636 Result parsed
2025-06-08 18:09:29,637 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ tee /dev/stderr
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'''
+ echo '++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'''
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ err='++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'''
+ echo '++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'''
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Sent terminate signal to process with pid 728.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 728.
The process with pid = 728 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ zstd --threads=0
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]